wxColourData
generated from ../src/mod_gui/control/coldata.cppThis class holds a variety of information related to colour dialogs. See wxColourDialog.
Constants
Constructor
wxColourData
wxColourData()
Constructs a new wxColourData object. The selected colour is black. And chooseFull is true.
Properties
| Name | Type | Description |
|---|---|---|
| chooseFull | Boolean | Under Windows, determines whether the Windows colour dialog will display the full dialog with custom colour selection controls. Has no meaning under other platforms. |
| colour | wxColour | Get/Set the current colour associated with the colour dialog. |
| customColour | Array | Get/Set the ith custom colour associated with the colour dialog. The index must be between 0 and 15. The element is a wxColour. |
© 2002 - 2007 Franky Braem.