.TH wxListItem 3erl "wx 1.8" "" "Erlang Module Definition" .SH NAME wxListItem \- See external documentation: wxListItem. .SH DESCRIPTION .LP See external documentation: wxListItem\&. .SH "DATA TYPES" .RS 2 .TP 2 .B wxListItem(): .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() -> \fBwxListItem()\fR\& .br .RS .LP See external documentation\&. .RE .LP .B new(Item) -> \fBwxListItem()\fR\& .br .RS .LP Types: .RS 3 Item = \fBwxListItem()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B clear(This) -> ok .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getAlign(This) -> \fBwx:wx_enum()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br .RE .RE .RS .LP See external documentation\&. .br Res = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER .RE .LP .B getBackgroundColour(This) -> \fBwx:wx_colour4()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getColumn(This) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getFont(This) -> \fBwxFont:wxFont()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getId(This) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getImage(This) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getMask(This) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getState(This) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getText(This) -> \fBunicode:charlist()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getTextColour(This) -> \fBwx:wx_colour4()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getWidth(This) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setAlign(This, Align) -> ok .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br Align = \fBwx:wx_enum()\fR\& .br .RE .RE .RS .LP See external documentation\&. .br Align = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER .RE .LP .B setBackgroundColour(This, ColBack) -> ok .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br ColBack = \fBwx:wx_colour()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setColumn(This, Col) -> ok .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br Col = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setFont(This, Font) -> ok .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br Font = \fBwxFont:wxFont()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setId(This, Id) -> ok .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br Id = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setImage(This, Image) -> ok .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br Image = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setMask(This, Mask) -> ok .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br Mask = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setState(This, State) -> ok .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br State = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setStateMask(This, StateMask) -> ok .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br StateMask = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setText(This, Text) -> ok .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br Text = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setTextColour(This, ColText) -> ok .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br ColText = \fBwx:wx_colour()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setWidth(This, Width) -> ok .br .RS .LP Types: .RS 3 This = \fBwxListItem()\fR\& .br Width = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::\fBwxListItem()\fR\&) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>