wxCheckListBox.3erl

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

wxCheckListBox - See external documentation: wxCheckListBox.

DESCRIPTION

See external documentation: wxCheckListBox <http://www.wxwidgets.org/manuals/stable/wx_wxchecklistbox.html>.

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

DATA TYPES

wxCheckListBox():

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


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

new(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxCheckListBox()


Equivalent to new(Parent, Id, []).

new(Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> wxCheckListBox()

Types
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [[string()]]} | {style, integer()} | {validator, wx() (see module wx)}

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

check(This::wxCheckListBox(), Index::integer()) -> ok


Equivalent to check(This, Index, []).

check(This::wxCheckListBox(), Index::integer(), Options::[Option]) -> ok

Types
Option = {check, bool()}

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

isChecked(This::wxCheckListBox(), Index::integer()) -> bool()


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

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


Destroys this object, do not use object again