.TH wxCheckListBox 3erl "wx 1.9.2" "" "Erlang Module Definition" .SH NAME wxCheckListBox \- See external documentation: wxCheckListBox. .SH DESCRIPTION .LP See external documentation: wxCheckListBox\&. .LP This class is derived (and can use functions) from: .br wxListBox .br wxControlWithItems .br wxControl .br wxWindow .br wxEvtHandler .SH "DATA TYPES" .RS 2 .TP 2 .B wxCheckListBox(): .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B new() -> wxCheckListBox() .br .RS .LP See external documentation\&. .RE .LP .B new(Parent, Id) -> wxCheckListBox() .br .RS .LP Types: .RS 3 Parent = wxWindow:wxWindow() .br Id = integer() .br .RE .RE .RS .LP Equivalent to new(Parent, Id, [])\&. .RE .LP .B new(Parent, Id, Options::[Option]) -> wxCheckListBox() .br .RS .LP Types: .RS 3 Parent = wxWindow:wxWindow() .br Id = integer() .br Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [unicode:chardata()]} | {style, integer()} | {validator, wx:wx_object()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B check(This, Index) -> ok .br .RS .LP Types: .RS 3 This = wxCheckListBox() .br Index = integer() .br .RE .RE .RS .LP Equivalent to check(This, Index, [])\&. .RE .LP .B check(This, Index, Options::[Option]) -> ok .br .RS .LP Types: .RS 3 This = wxCheckListBox() .br Index = integer() .br Option = {check, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isChecked(This, Index) -> boolean() .br .RS .LP Types: .RS 3 This = wxCheckListBox() .br Index = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxCheckListBox()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>