wxGauge(3)



wxGauge(3erl)              Erlang Module Definition              wxGauge(3erl)

NAME
       wxGauge - See external documentation: wxGauge.

DESCRIPTION
       See external documentation: wxGauge.

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

DATA TYPES
         wxGauge():

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

              See external documentation.

       new(Parent, Id, Range) -> wxGauge()

              Types:

                 Parent = wxWindow:wxWindow()
                 Id = integer()
                 Range = integer()

              Equivalent to new(Parent, Id, Range, []).

       new(Parent, Id, Range, Options::[Option]) -> wxGauge()

              Types:

                 Parent = wxWindow:wxWindow()
                 Id = integer()
                 Range = integer()
                 Option = {pos, {X::integer(), Y::integer()}} | {size, {W::in-
                 teger(), H::integer()}} | {style,  integer()}  |  {validator,
                 wx:wx_object()}

              See external documentation.

       create(This, Parent, Id, Range) -> boolean()

              Types:

                 This = wxGauge()
                 Parent = wxWindow:wxWindow()
                 Id = integer()
                 Range = integer()

              Equivalent to create(This, Parent, Id, Range, []).

       create(This, Parent, Id, Range, Options::[Option]) -> boolean()

              Types:

                 This = wxGauge()
                 Parent = wxWindow:wxWindow()
                 Id = integer()
                 Range = integer()
                 Option = {pos, {X::integer(), Y::integer()}} | {size, {W::in-
                 teger(), H::integer()}} | {style,  integer()}  |  {validator,
                 wx:wx_object()}

              See external documentation.

       getRange(This) -> integer()

              Types:

                 This = wxGauge()

              See external documentation.

       getValue(This) -> integer()

              Types:

                 This = wxGauge()

              See external documentation.

       isVertical(This) -> boolean()

              Types:

                 This = wxGauge()

              See external documentation.

       setRange(This, R) -> ok

              Types:

                 This = wxGauge()
                 R = integer()

              See external documentation.

       setValue(This, Pos) -> ok

              Types:

                 This = wxGauge()
                 Pos = integer()

              See external documentation.

       pulse(This) -> ok

              Types:

                 This = wxGauge()

              See external documentation.

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

              Destroys this object, do not use object again

AUTHORS
       <>

                                   wx 1.9.1                      wxGauge(3erl)

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