See external documentation: wxpickerbase.
See external documentation: wxPickerBase.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
wxPickerBase():
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
setInternalMargin(This, Newmargin) -> ok
Types:
This = wxPickerBase()
Newmargin = integer()
See external documentation.
getInternalMargin(This) -> integer()
Types:
This = wxPickerBase()
See external documentation.
setTextCtrlProportion(This, Prop) -> ok
Types:
This = wxPickerBase()
Prop = integer()
See external documentation.
setPickerCtrlProportion(This, Prop) -> ok
Types:
This = wxPickerBase()
Prop = integer()
See external documentation.
getTextCtrlProportion(This) -> integer()
Types:
This = wxPickerBase()
See external documentation.
getPickerCtrlProportion(This) -> integer()
Types:
This = wxPickerBase()
See external documentation.
hasTextCtrl(This) -> boolean()
Types:
This = wxPickerBase()
See external documentation.
getTextCtrl(This) -> wxTextCtrl() (see module wxTextCtrl)
Types:
This = wxPickerBase()
See external documentation.
isTextCtrlGrowable(This) -> boolean()
Types:
This = wxPickerBase()
See external documentation.
setPickerCtrlGrowable(This) -> ok
Types:
This = wxPickerBase()
Equivalent to setPickerCtrlGrowable(This, []).
setPickerCtrlGrowable(This, Option::[Option]) -> ok
Types:
This = wxPickerBase()
Option = {grow, boolean()}
See external documentation.
setTextCtrlGrowable(This) -> ok
Types:
This = wxPickerBase()
Equivalent to setTextCtrlGrowable(This, []).
setTextCtrlGrowable(This, Option::[Option]) -> ok
Types:
This = wxPickerBase()
Option = {grow, boolean()}
See external documentation.
isPickerCtrlGrowable(This) -> boolean()
Types:
This = wxPickerBase()
See external documentation.
<>