.\" This is a wxWidgets manpage page generated from the XML docs .TH wxColourData 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxColourData \- .SH DESCRIPTION This class holds a variety of information related to colour dialogs. .SH "PARENTS" wxObject .SH "INCLUDE FILES" wx/cmndata.h .SH MEMBERS .SS wxColourData () Constructor. Initializes the custom colours to wxNullColour , the data colour setting to black, and the choose full setting to true. .SS ~wxColourData () Destructor. .SS bool GetChooseFull () Under Windows, determines whether the Windows colour dialog will display the full dialog with custom colour selection controls. Under PalmOS, determines whether colour dialog will display full rgb colour picker or only available palette indexer. Has no meaning under other platforms. The default value is true. .SS wxColour& GetColour () Gets the current colour associated with the colour dialog. The default colour is black. .SS wxColour& GetCustomColour (int i) Gets the i th custom colour associated with the colour dialog. i should be an integer between 0 and 15. The default custom colours are invalid colours. .SS void SetChooseFull (const bool flag) Under Windows, tells the Windows colour dialog to display the full dialog with custom colour selection controls. Under other platforms, has no effect. The default value is true. .SS void SetColour (const wxColour& colour) Sets the default colour for the colour dialog. The default colour is black. .SS void SetCustomColour (int iconst wxColour& colour) Sets the i th custom colour for the colour dialog. i should be an integer between 0 and 15. The default custom colours are invalid colours. .SS void operator = (const wxColourData& data) Assignment operator for the colour data. .SH "SEE ALSO" wxObject wxColour wxColourDialog wxColourDialog overview .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.