]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/clrpicker.h
fix signature of wxClipboard::UserPrimarySelection; in particular change the default...
[wxWidgets.git] / interface / wx / clrpicker.h
index 062c134d13f9114444f4cdecdd9c2bb400d45f10..986f56b2cb69e4a8f58b93e577cb8ef4a212fc11 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxColourPickerCtrl
-    @wxheader{clrpicker.h}
 
     This control allows the user to select a colour. The generic implementation
     is a button which brings up a wxColourDialog when clicked. Native
@@ -56,7 +55,7 @@ public:
                        const wxSize& size = wxDefaultSize,
                        long style = wxCLRP_DEFAULT_STYLE,
                        const wxValidator& validator = wxDefaultValidator,
-                       const wxString& name = "colourpickerctrl");
+                       const wxString& name = wxColourPickerCtrlNameStr);
 
     /**
         Creates a colour picker with the given arguments.
@@ -87,7 +86,7 @@ public:
                 const wxSize& size = wxDefaultSize,
                 long style = wxCLRP_DEFAULT_STYLE,
                 const wxValidator& validator = wxDefaultValidator,
-                const wxString& name = "colourpickerctrl");
+                const wxString& name = wxColourPickerCtrlNameStr);
 
     /**
         Returns the currently selected colour.
@@ -107,7 +106,6 @@ public:
 
 /**
     @class wxColourPickerEvent
-    @wxheader{clrpicker.h}
 
     This event class is used for the events generated by wxColourPickerCtrl.