wxCheckListBox
MODULE
wxCheckListBox
MODULE SUMMARY
See external documentation: wxCheckListBox.
DESCRIPTION
See external documentation: wxCheckListBox.
This class is derived (and can use functions) from:
wxListBox
wxControlWithItems
wxControl
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
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)}
check(This::wxCheckListBox(), Index::integer()) -> ok
Equivalent to check(This, Index, []).
check(This::wxCheckListBox(), Index::integer(), Options::[Option]) -> ok
Types:
Option = {check, bool()}
isChecked(This::wxCheckListBox(), Index::integer()) -> bool()