.TH wxListItemAttr 3erl "wx 0.99.2" "" "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 \fIwxListItemAttr()\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() -> wxListItemAttr() .br .RS .LP See external documentation\&. .RE .LP .B new(ColText, ColBack, Font) -> wxListItemAttr() .br .RS .LP Types: .RS 3 ColText = wx_colour() (see module wx) .br ColBack = wx_colour() (see module wx) .br Font = wxFont() (see module wxFont) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getBackgroundColour(This) -> wx_colour4() (see module wx) .br .RS .LP Types: .RS 3 This = wxListItemAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getFont(This) -> wxFont() (see module wxFont) .br .RS .LP Types: .RS 3 This = wxListItemAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getTextColour(This) -> wx_colour4() (see module wx) .br .RS .LP Types: .RS 3 This = wxListItemAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasBackgroundColour(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxListItemAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasFont(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxListItemAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasTextColour(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxListItemAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setBackgroundColour(This, ColBack) -> ok .br .RS .LP Types: .RS 3 This = wxListItemAttr() .br ColBack = wx_colour() (see module wx) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setFont(This, Font) -> ok .br .RS .LP Types: .RS 3 This = wxListItemAttr() .br Font = wxFont() (see module wxFont) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setTextColour(This, ColText) -> ok .br .RS .LP Types: .RS 3 This = wxListItemAttr() .br ColText = wx_colour() (see module wx) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxListItemAttr()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>