Query: wxpickerbase
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxPickerBase(3erl) Erlang Module Definition wxPickerBase(3erl)NAMEwxPickerBase - See external documentation: wxPickerBase.DESCRIPTIONSee external documentation: wxPickerBase . This class is derived (and can use functions) from: wxControl wxWindow wxEvtHandlerDATA TYPESwxPickerBase() : 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.EXPORTSsetInternalMargin(This::wxPickerBase(), Newmargin::integer()) -> ok See external documentation . getInternalMargin(This::wxPickerBase()) -> integer() See external documentation . setTextCtrlProportion(This::wxPickerBase(), Prop::integer()) -> ok See external documentation . setPickerCtrlProportion(This::wxPickerBase(), Prop::integer()) -> ok See external documentation . getTextCtrlProportion(This::wxPickerBase()) -> integer() See external documentation . getPickerCtrlProportion(This::wxPickerBase()) -> integer() See external documentation . hasTextCtrl(This::wxPickerBase()) -> bool() See external documentation . getTextCtrl(This::wxPickerBase()) -> wxTextCtrl() (see module wxTextCtrl) See external documentation . isTextCtrlGrowable(This::wxPickerBase()) -> bool() See external documentation . setPickerCtrlGrowable(This::wxPickerBase()) -> ok Equivalent to setPickerCtrlGrowable(This, []) . setPickerCtrlGrowable(This::wxPickerBase(), Options::[Option]) -> ok Types Option = {grow, bool()} See external documentation . setTextCtrlGrowable(This::wxPickerBase()) -> ok Equivalent to setTextCtrlGrowable(This, []) . setTextCtrlGrowable(This::wxPickerBase(), Options::[Option]) -> ok Types Option = {grow, bool()} See external documentation . isPickerCtrlGrowable(This::wxPickerBase()) -> bool() See external documentation .AUTHORS<> wxErlang 0.98.9 wxPickerBase(3erl)