Base abstract class for all pickers which support an auxiliary text control.
This class handles all positioning and sizing of the text control like a an horizontal
The proportion (see
Styles
This class supports the following styles:
See:
This class is derived (and can use functions) from:
wxWidgets docs:
Sets the margin (in pixel) between the picker and the text control.
This function can be used only when
Returns the margin (in pixel) between the picker and the text control.
This function can be used only when
Sets the proportion value of the text control.
Look at the detailed description of
This function can be used only when
Sets the proportion value of the picker.
Look at the detailed description of
Returns the proportion value of the text control.
This function can be used only when
Returns the proportion value of the picker.
Returns true if this window has a valid text control (i.e. if the
Returns a pointer to the text control handled by this window or NULL if the
Remark: The contents of the text control could be an invalid representation of the entity which can be chosen through the picker (e.g. when the user enters an invalid colour syntax because of a typo). Thus you should never parse the content of the textctrl to get the user's input; rather use the derived-class getter (e.g.
Returns true if the text control is growable.
This function can be used only when
Sets the picker control as growable when
Sets the text control as growable when
This function can be used only when
Returns true if the picker control is growable.