DESCRIPTION
See external documentation: wxPickerBase.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
-
- 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.
-
EXPORTS
setInternalMargin(This, Newmargin) -> ok
-
Types:
-
This = wxPickerBase()
Newmargin = integer()
-
This = wxPickerBase()
-
See external documentation.
getInternalMargin(This) -> integer()
-
Types:
-
This = wxPickerBase()
-
This = wxPickerBase()
-
See external documentation.
setTextCtrlProportion(This, Prop) -> ok
-
Types:
-
This = wxPickerBase()
Prop = integer()
-
This = wxPickerBase()
-
See external documentation.
setPickerCtrlProportion(This, Prop) -> ok
-
Types:
-
This = wxPickerBase()
Prop = integer()
-
This = wxPickerBase()
-
See external documentation.
getTextCtrlProportion(This) -> integer()
-
Types:
-
This = wxPickerBase()
-
This = wxPickerBase()
-
See external documentation.
getPickerCtrlProportion(This) -> integer()
-
Types:
-
This = wxPickerBase()
-
This = wxPickerBase()
-
See external documentation.
hasTextCtrl(This) -> boolean()
-
Types:
-
This = wxPickerBase()
-
This = wxPickerBase()
-
See external documentation.
getTextCtrl(This) -> wxTextCtrl() (see module wxTextCtrl)
-
Types:
-
This = wxPickerBase()
-
This = wxPickerBase()
-
See external documentation.
isTextCtrlGrowable(This) -> boolean()
-
Types:
-
This = wxPickerBase()
-
This = wxPickerBase()
-
See external documentation.
setPickerCtrlGrowable(This) -> ok
-
Types:
-
This = wxPickerBase()
-
This = wxPickerBase()
-
Equivalent to setPickerCtrlGrowable(This, []).
setPickerCtrlGrowable(This, Options::[Option]) -> ok
-
Types:
-
This = wxPickerBase()
Option = {grow, boolean()}
-
This = wxPickerBase()
-
See external documentation.
setTextCtrlGrowable(This) -> ok
-
Types:
-
This = wxPickerBase()
-
This = wxPickerBase()
-
Equivalent to setTextCtrlGrowable(This, []).
setTextCtrlGrowable(This, Options::[Option]) -> ok
-
Types:
-
This = wxPickerBase()
Option = {grow, boolean()}
-
This = wxPickerBase()
-
See external documentation.
isPickerCtrlGrowable(This) -> boolean()
-
Types:
-
This = wxPickerBase()
-
This = wxPickerBase()
-
See external documentation.
AUTHORS
<>