]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/clrpicker.h
use UnsetToolTip() instead of SetToolTip(NULL) to fix wxX11 build broken on Buildbot...
[wxWidgets.git] / interface / wx / clrpicker.h
index 062c134d13f9114444f4cdecdd9c2bb400d45f10..a3fa169d80cdebb14c74b08688d5ccfc95a3a699 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
@@ -107,7 +106,6 @@ public:
 
 /**
     @class wxColourPickerEvent
-    @wxheader{clrpicker.h}
 
     This event class is used for the events generated by wxColourPickerCtrl.