wxSpinButton.3erl

Langue: en

Autres versions - même langue

Version: 293102 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxSpinButton - See external documentation: wxSpinButton.

DESCRIPTION

See external documentation: wxSpinButton <http://www.wxwidgets.org/manuals/stable/wx_wxspinbutton.html>.

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

DATA TYPES

wxSpinButton():

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxspinbutton.html#wxspinbuttonwxspinbutton>.

new(Parent::wxWindow() (see module wxWindow)) -> wxSpinButton()


Equivalent to new(Parent, []).

new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxSpinButton()

Types
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxspinbutton.html#wxspinbuttonwxspinbutton>.

create(This::wxSpinButton(), Parent::wxWindow() (see module wxWindow)) -> bool()


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

create(This::wxSpinButton(), Parent::wxWindow() (see module wxWindow), Options::[Option]) -> bool()

Types
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxspinbutton.html#wxspinbuttoncreate>.

getMax(This::wxSpinButton()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxspinbutton.html#wxspinbuttongetmax>.

getMin(This::wxSpinButton()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxspinbutton.html#wxspinbuttongetmin>.

getValue(This::wxSpinButton()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxspinbutton.html#wxspinbuttongetvalue>.

setRange(This::wxSpinButton(), MinVal::integer(), MaxVal::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxspinbutton.html#wxspinbuttonsetrange>.

setValue(This::wxSpinButton(), Value::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxspinbutton.html#wxspinbuttonsetvalue>.

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


Destroys this object, do not use object again