]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/treectrl.h
use UnsetToolTip() instead of SetToolTip(NULL) to fix wxX11 build broken on Buildbot...
[wxWidgets.git] / interface / wx / treectrl.h
index 782a36837e9e9f71804e13f252d79ed58bc6ce65..89c72236dbd0b17184228f7a15997f9d0a2d1528 100644 (file)
@@ -9,7 +9,6 @@
 
 /**
     @class wxTreeCtrl
-    @wxheader{treectrl.h}
 
     A tree control presents information as a hierarchy, with items that may be
     expanded to show further items. Items in a tree control are referenced by
@@ -869,7 +868,6 @@ public:
 
 /**
     @class wxTreeEvent
-    @wxheader{treectrl.h}
 
     A tree event holds information about events associated with wxTreeCtrl
     objects.