DESCRIPTION
See external documentation: wxCheckListBox.
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.
new(Parent, Id) -> wxCheckListBox()
-
Types:
-
Parent = wxWindow() (see module wxWindow)
Id = integer()
-
Parent = wxWindow() (see module wxWindow)
-
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxCheckListBox()
-
Types:
-
Parent = wxWindow() (see module wxWindow)
Id = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [chardata() (see module unicode)]} | {style, integer()} | {validator, wx_object() (see module wx)}
-
Parent = wxWindow() (see module wxWindow)
-
See external documentation.
check(This, Index) -> ok
-
Types:
-
This = wxCheckListBox()
Index = integer()
-
This = wxCheckListBox()
-
Equivalent to check(This, Index, []).
check(This, Index, Options::[Option]) -> ok
-
Types:
-
This = wxCheckListBox()
Index = integer()
Option = {check, boolean()}
-
This = wxCheckListBox()
-
See external documentation.
isChecked(This, Index) -> boolean()
-
Types:
-
This = wxCheckListBox()
Index = integer()
-
This = wxCheckListBox()
-
See external documentation.
destroy(This::wxCheckListBox()) -> ok
-
Destroys this object, do not use object again
AUTHORS
<>