]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/colourdata.h
synchronize GTK2 minimum version in docs
[wxWidgets.git] / interface / wx / colourdata.h
index 0f02934d062384dfa27320f326a56621552462e4..0349e16742a653a411dda1e3cfbf82ceb36b081a 100644 (file)
 class wxColourData : public wxObject
 {
 public:
 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
     /**
         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
 
     /**
         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.
     */
 
         The default value is @true.
     */