wxPickerBase.3erl

Langue: en

Autres versions - même langue

Version: 348702 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

wxPickerBase - See external documentation: wxPickerBase.

DESCRIPTION

See external documentation: wxPickerBase.

This class is derived (and can use functions) from: .br wxControl .br wxWindow .br 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::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

<>