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() (see module wxWindow)
Id = integer()
Range = integer()
-
Parent = wxWindow() (see module wxWindow)
-
Equivalent to new(Parent, Id, Range, []).
new(Parent, Id, Range, Options::[Option]) -> wxGauge()
-
Types:
-
Parent = wxWindow() (see module wxWindow)
Id = integer()
Range = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx_object() (see module wx)}
-
Parent = wxWindow() (see module wxWindow)
-
See external documentation.
create(This, Parent, Id, Range) -> boolean()
-
Types:
-
This = wxGauge()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Range = integer()
-
This = wxGauge()
-
Equivalent to create(This, Parent, Id, Range, []).
create(This, Parent, Id, Range, Options::[Option]) -> boolean()
-
Types:
-
This = wxGauge()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Range = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx_object() (see module wx)}
-
This = wxGauge()
-
See external documentation.
getRange(This) -> integer()
-
Types:
-
This = wxGauge()
-
This = wxGauge()
-
See external documentation.
getValue(This) -> integer()
-
Types:
-
This = wxGauge()
-
This = wxGauge()
-
See external documentation.
isVertical(This) -> boolean()
-
Types:
-
This = wxGauge()
-
This = wxGauge()
-
See external documentation.
setRange(This, R) -> ok
-
Types:
-
This = wxGauge()
R = integer()
-
This = wxGauge()
-
See external documentation.
setValue(This, Pos) -> ok
-
Types:
-
This = wxGauge()
Pos = integer()
-
This = wxGauge()
-
See external documentation.
pulse(This) -> ok
-
Types:
-
This = wxGauge()
-
This = wxGauge()
-
See external documentation.
destroy(This::wxGauge()) -> ok
-
Destroys this object, do not use object again
AUTHORS
<>