]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
applied patch fixing problems with X server crash when using wxGLCanvas with nVidia...
[wxWidgets.git] / include / wx / generic / treectlg.h
index b4093ccb2550c5339f1192931a9901c2d341c2c3..b1046c7c01cd1cbc0188a8ca30929420c461e9a8 100644 (file)
@@ -150,6 +150,9 @@ public:
         // the item will be shown in bold
     void SetItemBold(const wxTreeItemId& item, bool bold = true);
 
+        // the item will be shown with a drop highlight
+    void SetItemDropHighlight(const wxTreeItemId& item, bool highlight = true);
+
         // set the item's text colour
     void SetItemTextColour(const wxTreeItemId& item, const wxColour& col);