]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/clrpicker.h
Add wxRTTI for the wxFileSystemWatcherEvent class
[wxWidgets.git] / interface / wx / clrpicker.h
index 551711ff518f6999ab3baa7fae4bd64959952fd7..7389afabf062525fe9c71d2aab2f048b9e578ec7 100644 (file)
@@ -3,9 +3,16 @@
 // Purpose:     interface of wxColourPickerCtrl
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#define wxCLRP_USE_TEXTCTRL       (wxPB_USE_TEXTCTRL)
+#define wxCLRP_DEFAULT_STYLE      0
+#define wxCLRP_SHOW_LABEL         0x0008
+
+wxEventType wxEVT_COLOURPICKER_CHANGED;
+
+
 /**
     @class wxColourPickerCtrl
 
 
     @library{wxcore}
     @category{pickers}
-    @appearance{colourpickerctrl.png}
+    @appearance{colourpickerctrl}
 
     @see wxColourDialog, wxColourPickerEvent
 */
 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.
     */