wxListBoxwxControlWithItemswxControlwxWindowwxEvtHandlerabstract datatype: 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.
| check/2* | Equivalent to check(This, Index, []). |
| check/3* | See external documentation. |
| destroy/1* | Destroys this object, do not use object again. |
| isChecked/2* | See external documentation. |
| new/0* | See external documentation. |
| new/2* | Equivalent to new(Parent, Id, []). |
| new/3* | See external documentation. |
check(This::wxCheckListBox(), Index::integer()) -> ok
Equivalent to check(This, Index, []).
check(This::wxCheckListBox(), Index::integer(), Options::[Option]) -> ok
destroy(This::wxCheckListBox()) -> ok
Destroys this object, do not use object again
isChecked(This::wxCheckListBox(), Index::integer()) -> bool()
new() -> wxCheckListBox()
new(Parent::wxWindow:wxWindow(), Id::integer()) -> wxCheckListBox()
Equivalent to new(Parent, Id, []).
new(Parent::wxWindow:wxWindow(), Id::integer(), Options::[Option]) -> wxCheckListBox()
Generated by EDoc, May 26 2008, 12:35:32.