.TH wxCheckListBox 3erl "wx 1.3.1" "" "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 \fBwxListBox\fR\& .br \fBwxControlWithItems\fR\& .br \fBwxControl\fR\& .br \fBwxWindow\fR\& .br \fBwxEvtHandler\fR\& .SH "DATA TYPES" .RS 2 .TP 2 .B \fIwxCheckListBox()\fR\&: .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() (see module wxWindow) .br Id = integer() .br .RE .RE .RS .LP Equivalent to \fBnew(Parent, Id, [])\fR\&\&. .RE .LP .B new(Parent, Id, Option::[Option]) -> wxCheckListBox() .br .RS .LP Types: .RS 3 Parent = wxWindow() (see module wxWindow) .br Id = integer() .br Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [chardata() (see module unicode)]} | {style, integer()} | {validator, wx_object() (see module wx)} .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 \fBcheck(This, Index, [])\fR\&\&. .RE .LP .B check(This, Index, Option::[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 <>