wxRadioBox(3)



wxRadioBox(3erl)           Erlang Module Definition           wxRadioBox(3erl)

NAME
       wxRadioBox - See external documentation: wxRadioBox.

DESCRIPTION
       See external documentation: wxRadioBox.

       This class is derived (and can use functions) from:
       wxControl
       wxWindow
       wxEvtHandler

DATA TYPES
         wxRadioBox():

           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
       new(Parent, Id, Title, Pos, Size, Choices) -> wxRadioBox()

              Types:

                 Parent = wxWindow:wxWindow()
                 Id = integer()
                 Title = unicode:chardata()
                 Pos = {X::integer(), Y::integer()}
                 Size = {W::integer(), H::integer()}
                 Choices = [unicode:chardata()]

              Equivalent to new(Parent, Id, Title, Pos, Size, Choices, []).

       new(Parent,  Id, Title, Pos, Size, Choices, Options::[Option]) -> wxRa-
       dioBox()

              Types:

                 Parent = wxWindow:wxWindow()
                 Id = integer()
                 Title = unicode:chardata()
                 Pos = {X::integer(), Y::integer()}
                 Size = {W::integer(), H::integer()}
                 Choices = [unicode:chardata()]
                 Option = {majorDim, integer()} | {style, integer()}  |  {val,
                 wx:wx_object()}

              See external documentation.

       create(This, Parent, Id, Title, Pos, Size, Choices) -> boolean()

              Types:

                 This = wxRadioBox()
                 Parent = wxWindow:wxWindow()
                 Id = integer()
                 Title = unicode:chardata()
                 Pos = {X::integer(), Y::integer()}
                 Size = {W::integer(), H::integer()}
                 Choices = [unicode:chardata()]

              Equivalent   to  create(This,  Parent,  Id,  Title,  Pos,  Size,
              Choices, []).

       create(This, Parent, Id, Title, Pos, Size, Choices,  Options::[Option])
       -> boolean()

              Types:

                 This = wxRadioBox()
                 Parent = wxWindow:wxWindow()
                 Id = integer()
                 Title = unicode:chardata()
                 Pos = {X::integer(), Y::integer()}
                 Size = {W::integer(), H::integer()}
                 Choices = [unicode:chardata()]
                 Option  =  {majorDim, integer()} | {style, integer()} | {val,
                 wx:wx_object()}

              See external documentation.

       enable(This) -> boolean()

              Types:

                 This = wxRadioBox()

              Equivalent to enable(This, []).

       enable(This, N) -> boolean()
       enable(This, N::[Option]) -> boolean()

              Types:

                 This = wxRadioBox()
                 N = integer()
                 This = wxRadioBox()
                 Option = {enable, boolean()}

              See external documentation.
              Also:
              enable(This, [Option]) -> boolean() when
              This::wxRadioBox(),
              Option :: {'enable', boolean()}.

       enable(This, N, Options::[Option]) -> boolean()

              Types:

                 This = wxRadioBox()
                 N = integer()
                 Option = {enable, boolean()}

              See external documentation.

       getSelection(This) -> integer()

              Types:

                 This = wxRadioBox()

              See external documentation.

       getString(This, N) -> unicode:charlist()

              Types:

                 This = wxRadioBox()
                 N = integer()

              See external documentation.

       setSelection(This, N) -> ok

              Types:

                 This = wxRadioBox()
                 N = integer()

              See external documentation.

       show(This) -> boolean()

              Types:

                 This = wxRadioBox()

              Equivalent to show(This, []).

       show(This, N) -> boolean()
       show(This, N::[Option]) -> boolean()

              Types:

                 This = wxRadioBox()
                 N = integer()
                 This = wxRadioBox()
                 Option = {show, boolean()}

              See external documentation.
              Also:
              show(This, [Option]) -> boolean() when
              This::wxRadioBox(),
              Option :: {'show', boolean()}.

       show(This, N, Options::[Option]) -> boolean()

              Types:

                 This = wxRadioBox()
                 N = integer()
                 Option = {show, boolean()}

              See external documentation.

       getColumnCount(This) -> integer()

              Types:

                 This = wxRadioBox()

              See external documentation.

       getItemHelpText(This, N) -> unicode:charlist()

              Types:

                 This = wxRadioBox()
                 N = integer()

              See external documentation.

       getItemToolTip(This, Item) -> wxToolTip:wxToolTip()

              Types:

                 This = wxRadioBox()
                 Item = integer()

              See external documentation.

       getItemFromPoint(This, Pt) -> integer()

              Types:

                 This = wxRadioBox()
                 Pt = {X::integer(), Y::integer()}

              See external documentation.

       getRowCount(This) -> integer()

              Types:

                 This = wxRadioBox()

              See external documentation.

       isItemEnabled(This, N) -> boolean()

              Types:

                 This = wxRadioBox()
                 N = integer()

              See external documentation.

       isItemShown(This, N) -> boolean()

              Types:

                 This = wxRadioBox()
                 N = integer()

              See external documentation.

       setItemHelpText(This, N, HelpText) -> ok

              Types:

                 This = wxRadioBox()
                 N = integer()
                 HelpText = unicode:chardata()

              See external documentation.

       setItemToolTip(This, Item, Text) -> ok

              Types:

                 This = wxRadioBox()
                 Item = integer()
                 Text = unicode:chardata()

              See external documentation.

       destroy(This::wxRadioBox()) -> ok

              Destroys this object, do not use object again

AUTHORS
       <>

                                   wx 1.9.1                   wxRadioBox(3erl)

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