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

See external documentation.

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)}

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

<>