.TH wxListItemAttr 3erl "wx 1.8.6" "" "Erlang Module Definition" .SH NAME wxListItemAttr \- See external documentation: wxListItemAttr. .SH DESCRIPTION .LP See external documentation: wxListItemAttr\&. .SH "DATA TYPES" .RS 2 .TP 2 .B wxListItemAttr(): .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() -> \fBwxListItemAttr()\fR\& .br .RS .LP See external documentation\&. .RE .LP .B new(ColText, ColBack, Font) -> \fBwxListItemAttr()\fR\& .br .RS .LP Types: .RS 3 ColText = \fBwx:wx_colour()\fR\& .br ColBack = \fBwx:wx_colour()\fR\& .br Font = \fBwxFont:wxFont()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getBackgroundColour(This) -> \fBwx:wx_colour4()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxListItemAttr()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getFont(This) -> \fBwxFont:wxFont()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxListItemAttr()\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 = \fBwxListItemAttr()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasBackgroundColour(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxListItemAttr()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasFont(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxListItemAttr()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasTextColour(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxListItemAttr()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setBackgroundColour(This, ColBack) -> ok .br .RS .LP Types: .RS 3 This = \fBwxListItemAttr()\fR\& .br ColBack = \fBwx:wx_colour()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setFont(This, Font) -> ok .br .RS .LP Types: .RS 3 This = \fBwxListItemAttr()\fR\& .br Font = \fBwxFont:wxFont()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setTextColour(This, ColText) -> ok .br .RS .LP Types: .RS 3 This = \fBwxListItemAttr()\fR\& .br ColText = \fBwx:wx_colour()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::\fBwxListItemAttr()\fR\&) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>