wxGauge
MODULE
wxGauge
MODULE SUMMARY
See external documentation: wxGauge.
DESCRIPTION
See external documentation: wxGauge.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new(Parent, Id, Range) -> wxGauge()
Types:
Parent = wxWindow() (see module wxWindow)
Id = integer()
Range = integer()
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)}
create(This, Parent, Id, Range) -> boolean()
Types:
This = wxGauge()
Parent = wxWindow() (see module 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() (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)}
Types:
This = wxGauge()
Types:
This = wxGauge()
Types:
This = wxGauge()
Types:
This = wxGauge()
R = integer()
Types:
This = wxGauge()
Pos = integer()
Types:
This = wxGauge()