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() -> wxCheckListBox()
new(Parent, Id) -> wxCheckListBox()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxCheckListBox()
Types
Parent = wxWindow:wxWindow()
Id = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [unicode:chardata()]} | {style, integer()} | {validator, wx:wx_object()}
Equivalent to check(This, Index, []).
check(This, Index, Options::[Option]) -> ok
isChecked(This, Index) -> boolean()
destroy(This::wxCheckListBox()) -> ok