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() -> wxGauge()
new(Parent, Id, Range) -> wxGauge()
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::integer(), H::integer()}} | {style, integer()} | {validator, wx:wx_object()}
create(This, Parent, Id, Range) -> boolean()
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::integer(), H::integer()}} | {style, integer()} | {validator, wx:wx_object()}
Types
This = wxGauge()
Types
This = wxGauge()
Types
This = wxGauge()
Types
This = wxGauge()
destroy(This::wxGauge()) -> ok