wxPickerBase
(wx)See external documentation: wxPickerBase.
See external documentation:
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
Functions
setInternalMargin(This, Newmargin) -> ok
This = wxPickerBase()
Newmargin = integer()
See
setTextCtrlProportion(This, Prop) -> ok
This = wxPickerBase()
Prop = integer()
See
setPickerCtrlProportion(This, Prop) -> ok
This = wxPickerBase()
Prop = integer()
See
setPickerCtrlGrowable(This) -> ok
This = wxPickerBase()
Equivalent to setPickerCtrlGrowable(This, []).
setPickerCtrlGrowable(This, Options::[Option]) -> ok
This = wxPickerBase()
Option = {grow, boolean()}
See
setTextCtrlGrowable(This, Options::[Option]) -> ok
This = wxPickerBase()
Option = {grow, boolean()}
See