back to gui
wxPickerBase
generated from ../src/mod_gui/control/picker.cpp
Prototype for all pickers which support an auxiliary text control. This class handles all
positioning and sizing of the text control like a an horizontal wxBoxSizer would do, with
the text control on the left of the picker button. The proportion (see wxSizer documentation
for more info about proportion values) of the picker control defaults to 1 when there isn't a
text control associated (see wxPickerBase.USE_TEXTCTRL style) and to 0 otherwise.
Constants
Styles
| Name |
Description |
| USE_TEXTCTRL |
|
Properties