]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/clrpicker.h
guard against not-yet-existing font, fixes #14516
[wxWidgets.git] / interface / wx / clrpicker.h
index 913c0fe8311f0cb512d18167668933fc399c98c1..be3c08ac8cda26ad1453292e8a7a0ac8fcc3b713 100644 (file)
@@ -6,6 +6,13 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#define wxCLRP_USE_TEXTCTRL       (wxPB_USE_TEXTCTRL)
+#define wxCLRP_DEFAULT_STYLE      0
+#define wxCLRP_SHOW_LABEL         0x0008
+
+wxEventType wxEVT_COMMAND_COLOURPICKER_CHANGED;
+
+
 /**
     @class wxColourPickerCtrl
 
@@ -46,6 +53,8 @@
 class wxColourPickerCtrl : public wxPickerBase
 {
 public:
+    wxColourPickerCtrl();
+    
     /**
         Initializes the object and calls Create() with all the parameters.
     */
@@ -122,6 +131,8 @@ public:
 class wxColourPickerEvent : public wxCommandEvent
 {
 public:
+    wxColourPickerEvent();
+
     /**
         The constructor is not normally used by the user code.
     */