.\" This is a wxWidgets manpage page generated from the XML docs .TH wxListItemAttr 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxListItemAttr \- .SH DESCRIPTION Represents the attributes (color, font, \ldots) of a wxListCtrl wxListItem . .SH "PARENTS" .SH "INCLUDE FILES" wx/listctrl.h .SH MEMBERS .SS wxListItemAttr () Default constructor. .SS wxListItemAttr (const wxColour& colTextconst wxColour& colBackconst wxFont& font) Construct a wxListItemAttr with the specified foreground and background colors and font. .SS const wxColour& GetBackgroundColour () Returns the currently set background color. .SS const wxFont& GetFont () Returns the currently set font. .SS const wxColour& GetTextColour () Returns the currently set text color. .SS bool HasBackgroundColour () Returns true if the currently set background color is valid. .SS bool HasFont () Returns true if the currently set font is valid. .SS bool HasTextColour () Returns true if the currently set text color is valid. .SS void SetBackgroundColour (const wxColour& colour) Sets a new background color. .SS void SetFont (const wxFont& font) Sets a new font. .SS void SetTextColour (const wxColour& colour) Sets a new text color. .SH "SEE ALSO" wxListCtrl overview wxListCtrl wxListItem .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.