wxCheckListBox
See external documentation: wxCheckListBox.
See external documentation:
This class is derived (and can use functions) from:
wxListBox
wxControlWithItems
wxControl
wxWindow
wxEvtHandler
Functions
new() -> wxCheckListBox()
See
new(Parent, Id) -> wxCheckListBox()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Option::[Option]) -> wxCheckListBox()
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)}
See
check(This, Index) -> ok
This = wxCheckListBox()
Index = integer()
Equivalent to check(This, Index, []).
check(This, Index, Option::[Option]) -> ok
This = wxCheckListBox()
Index = integer()
Option = {check, boolean()}
See
isChecked(This, Index) -> boolean()
This = wxCheckListBox()
Index = integer()
See
destroy(This::wxCheckListBox()) -> ok
Destroys this object, do not use object again