.\" This is a wxWidgets manpage page generated from the XML docs .TH wxColourDialog 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxColourDialog \- Colour chooser dialog .SH DESCRIPTION This class represents the colour chooser dialog. .SH "PARENTS" wxDialog wxWindow wxEvtHandler wxObject .SH "INCLUDE FILES" wx/colordlg.h .SH MEMBERS .SS wxColourDialog (wxWindow* parentwxColourData* data = NULL) Constructor. Pass a parent window, and optionally a pointer to a block of colour data, which will be copied to the colour dialog's colour data. Custom colours from colour data object will be be used in dialog's colour palette. Invalid entries in custom colours list will be ignored on some platforms (GTK) or replaced with white colour on platforms where custom colours palette has fixed size (MSW). .SS ~wxColourDialog () Destructor. .SS bool Create (wxWindow* parentwxColourData* data = NULL) Same as constructor . .SS wxColourData& GetColourData () Returns the colour data associated with the colour dialog. .SS int ShowModal () Shows the dialog, returning wxID_OK if the user pressed OK, and wxID_CANCEL otherwise. .SH "SEE ALSO" wxDialog wxWindow wxEvtHandler wxObject wxColourDialog Overview , wxColour , wxColourData , wxGetColourFromUser .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.