]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/clrpickerg.h
make wxSetEnv compatible with ANSI and Unicode, deprecate passing NULL to it in favou...
[wxWidgets.git] / include / wx / generic / clrpickerg.h
index 5ec73c7fe148eb06aa0e0f884837898d4d36214d..17dc568551bf8a55723ff0d920ec88aa4ddac46a 100644 (file)
@@ -12,7 +12,8 @@
 #ifndef _WX_CLRPICKER_H_
 #define _WX_CLRPICKER_H_
 
-class WXDLLIMPEXP_CORE wxColourData;
+#include "wx/button.h"
+#include "wx/cmndata.h"
 
 //-----------------------------------------------------------------------------
 // wxGenericColourButton: a button which brings up a wxColourDialog
@@ -22,7 +23,7 @@ class WXDLLIMPEXP_CORE wxColourData;
 #define wxCLRBTN_SHOW_LABEL     100
 
 // the default style
-#define wxCLRBTN_DEFAULT_STYLE  wxCLRBTN_SHOW_LABEL
+#define wxCLRBTN_DEFAULT_STYLE  (wxCLRBTN_SHOW_LABEL)
 
 
 class WXDLLIMPEXP_CORE wxGenericColourButton : public wxButton,
@@ -70,6 +71,8 @@ public:
 
 protected:
 
+    wxSize DoGetBestSize() const;
+
     void UpdateColour();
 
     // the colour data shown in wxColourPickerCtrlGeneric