Skip to content

Commit

Permalink
Document that autocompletion is not implemented for wxOSX wxComboBox.
Browse files Browse the repository at this point in the history
While the relevant methods are in wxTextEntry, they are only really
implemented for wxTextCtrl in wxOSX, not wxComboBox, which also derives from
wxTextEntry.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
  • Loading branch information
vadz committed Oct 14, 2013
1 parent 70232f5 commit 824edf1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions interface/wx/textentry.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ class wxTextEntry
single-line text control using the given @a choices.
Notice that currently this function is only implemented in wxGTK2,
wxMSW and wxOSX/Cocoa ports and does nothing under the other platforms.
wxMSW and wxOSX/Cocoa (for wxTextCtrl only, but not for wxComboBox)
ports and does nothing under the other platforms.
@since 2.9.0
Expand Down Expand Up @@ -81,7 +82,8 @@ class wxTextEntry
Notice that you need to include @c wx/textcompleter.h in order to
define your class inheriting from wxTextCompleter.
Currently this method is only implemented in wxMSW and wxOSX/Cocoa.
Currently this method is only implemented in wxMSW and wxOSX/Cocoa (for
wxTextCtrl only, but not for wxComboBox).
@since 2.9.2
Expand Down

0 comments on commit 824edf1

Please sign in to comment.