]> git.saurik.com Git - wxWidgets.git/blobdiff - user/wxFile/dirctrl.h
Added wxDbTable::SetOrderByColNums() function
[wxWidgets.git] / user / wxFile / dirctrl.h
index 514944865c164b89fa67ed34e2be85f97508389e..d3ff13c9aa8a7eff706b89a3984233bcb1bb3744 100644 (file)
@@ -56,17 +56,17 @@ class wxDirCtrl: public wxTreeCtrl
 
     bool   m_showHidden;
     int    m_dragX,m_dragY;
+    long   m_rootId;
   
     wxDirCtrl(void);
     wxDirCtrl(wxWindow *parent, const wxWindowID id = -1, const wxString &dir = "/",
             const wxPoint& pos = wxDefaultPosition,
             const wxSize& size = wxDefaultSize,
             const long style = wxTR_HAS_BUTTONS,
-            const wxString& name = "wxTreeCtrl" )
-;
+            const wxString& name = "wxTreeCtrl" );
     void OnExpandItem( const wxTreeEvent &event );
+    void OnCollapseItem( const wxTreeEvent &event );
     void OnDeleteItem( const wxTreeEvent &event );
-    void OnMouse( wxMouseEvent &event );
 
   DECLARE_EVENT_TABLE()
 };