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, Id) -> wxCheckListBox()
Types:
Parent = wxWindow() (see module wxWindow)
Id = integer()
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)}
Types:
This = wxCheckListBox()
Index = integer()
Equivalent to check(This, Index, []).
check(This, Index, Options::[Option]) -> ok
Types:
This = wxCheckListBox()
Index = integer()
Option = {check, boolean()}
isChecked(This, Index) -> boolean()
Types:
This = wxCheckListBox()
Index = integer()