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.
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 @c wxPB_USE_TEXTCTRL style) and to 0 otherwise.
@beginStyleTable
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 @c wxPB_USE_TEXTCTRL style) and to 0 otherwise.
@beginStyleTable
Creates a text control to the left of the picker which is
completely managed by this wxPickerBase class.
@endStyleTable
Creates a text control to the left of the picker which is
completely managed by this wxPickerBase class.
@endStyleTable
This function can be used only when HasTextCtrl() returns @true.
*/
void SetTextCtrlProportion(int prop);
This function can be used only when HasTextCtrl() returns @true.
*/
void SetTextCtrlProportion(int prop);