wxPickerBase
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
getInternalMargin(This) -> integer()
This = wxPickerBase()
See
setTextCtrlProportion(This, Prop) -> ok
This = wxPickerBase()
Prop = integer()
See
setPickerCtrlProportion(This, Prop) -> ok
This = wxPickerBase()
Prop = integer()
See
getTextCtrlProportion(This) -> integer()
This = wxPickerBase()
See
getPickerCtrlProportion(This) -> integer()
This = wxPickerBase()
See
hasTextCtrl(This) -> boolean()
This = wxPickerBase()
See
getTextCtrl(This) -> wxTextCtrl() (see module wxTextCtrl)
This = wxPickerBase()
See
isTextCtrlGrowable(This) -> boolean()
This = wxPickerBase()
See
setPickerCtrlGrowable(This) -> ok
This = wxPickerBase()
Equivalent to setPickerCtrlGrowable(This, []).
setPickerCtrlGrowable(This, Option::[Option]) -> ok
This = wxPickerBase()
Option = {grow, boolean()}
See
setTextCtrlGrowable(This, Option::[Option]) -> ok
This = wxPickerBase()
Option = {grow, boolean()}
See
isPickerCtrlGrowable(This) -> boolean()
This = wxPickerBase()
See