Implement support for wxCB_SORT in wxOSX wxComboBox

Insert the item at the correct location when this style is specified.

Closes https://github.com/wxWidgets/wxWidgets/pull/1438
This commit is contained in:
oneeyeman1
2019-07-23 00:10:43 -05:00
committed by Vadim Zeitlin
parent fb2c17c193
commit ab7ba98dbc
2 changed files with 18 additions and 3 deletions

View File

@@ -38,8 +38,7 @@
allows the user to choose from the list of options but doesn't allow
to enter a value not present in the list.
@style{wxCB_SORT}
Sorts the entries in the list alphabetically. Notice that this style
is not currently implemented in wxOSX.
Sorts the entries in the list alphabetically.
@style{wxTE_PROCESS_ENTER}
The control will generate the event @c wxEVT_TEXT_ENTER that can be
handled by the program. Otherwise, i.e. either if this style not