From: Robin Dunn Date: Sat, 31 Mar 2012 04:39:48 +0000 (+0000) Subject: Add NUM_CUSTOM X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/84daa96e61814c288a4bab81ea755a6e5d8e63e0?ds=inline Add NUM_CUSTOM git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/colourdata.h b/interface/wx/colourdata.h index 0e61a7ce42..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