X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d13b34d3f2be575d59747a5926000be7b28a45dc..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/interface/wx/colourdata.h diff --git a/interface/wx/colourdata.h b/interface/wx/colourdata.h index 0f02934d06..0349e16742 100644 --- a/interface/wx/colourdata.h +++ b/interface/wx/colourdata.h @@ -19,6 +19,12 @@ class wxColourData : public wxObject { public: + /// number of custom colours we store + enum + { + NUM_CUSTOM = 16 + }; + /** Constructor. Initializes the custom colours to @c wxNullColour, the @e data colour setting to black, and the @e choose full setting to @@ -33,10 +39,9 @@ public: /** 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. + display the full dialog with custom colour selection controls. + + Has no meaning under other platforms. The default value is @true. */