]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
Added wxBitmap::UseAlpha() stub.
[wxWidgets.git] / include / wx / generic / treectlg.h
index e0534af854a91e1ff507a770194e6bb863e90a13..10132ad0e837f3961f714ffe2436a49918f75610 100644 (file)
@@ -503,6 +503,7 @@ protected:
     bool TagAllChildrenUntilLast(wxGenericTreeItem *crt_item, wxGenericTreeItem *last_item, bool select);
     bool TagNextChildren(wxGenericTreeItem *crt_item, wxGenericTreeItem *last_item, bool select);
     void UnselectAllChildren( wxGenericTreeItem *item );
+    void ChildrenClosing(wxGenericTreeItem* item);
 
 private:
     DECLARE_EVENT_TABLE()