]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treebase.h
Removed unused files.
[wxWidgets.git] / include / wx / treebase.h
index 92c764441204452c95ed1fcb9b6117f78cbecb0f..56dce5239d08fa16749f71a29c9310b08fd1c62c 100644 (file)
@@ -265,11 +265,16 @@ private:
 //     descriptions below
 // ----------------------------------------------------------------------------
 
 //     descriptions below
 // ----------------------------------------------------------------------------
 
+class WXDLLEXPORT  wxTreeCtrlBase;
+
 class WXDLLEXPORT wxTreeEvent : public wxNotifyEvent
 {
 public:
 class WXDLLEXPORT wxTreeEvent : public wxNotifyEvent
 {
 public:
+    wxTreeEvent(wxEventType commandType,
+                wxTreeCtrlBase *tree,
+                const wxTreeItemId &item = wxTreeItemId());
     wxTreeEvent(wxEventType commandType = wxEVT_NULL, int id = 0);
     wxTreeEvent(wxEventType commandType = wxEVT_NULL, int id = 0);
-    wxTreeEvent(const wxTreeEvent & event);
+    wxTreeEvent(const wxTreeEvent& event);
 
     virtual wxEvent *Clone() const { return new wxTreeEvent(*this); }
 
 
     virtual wxEvent *Clone() const { return new wxTreeEvent(*this); }