wxPickerBase

See external documentation: wxPickerBase.

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.

Functions


setInternalMargin(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

setPickerCtrlGrowable(This::wxPickerBase(), Options::[Option]) -> ok

  • Option = {grow, bool()}

See external documentation.

setTextCtrlGrowable(This::wxPickerBase()) -> ok

setTextCtrlGrowable(This::wxPickerBase(), Options::[Option]) -> ok

  • Option = {grow, bool()}

See external documentation.

isPickerCtrlGrowable(This::wxPickerBase()) -> bool()

See external documentation.

View Functions