wxPickerBase(3)



wxPickerBase(3erl)         Erlang Module Definition         wxPickerBase(3erl)

NAME
       wxPickerBase - See external documentation: wxPickerBase.

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

              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: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, Options::[Option]) -> ok

              Types:

                 This = wxPickerBase()
                 Option = {grow, boolean()}

              See external documentation.

       setTextCtrlGrowable(This) -> ok

              Types:

                 This = wxPickerBase()

              Equivalent to setTextCtrlGrowable(This, []).

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

              Types:

                 This = wxPickerBase()
                 Option = {grow, boolean()}

              See external documentation.

       isPickerCtrlGrowable(This) -> boolean()

              Types:

                 This = wxPickerBase()

              See external documentation.

AUTHORS
       <>

                                   wx 1.9.1                 wxPickerBase(3erl)

Man(1) output converted with man2html
list of all man pages