X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..38cfbffa153c8835025b4207faaf0a12b0b53e6f:/user/wxFile/dirctrl.h?ds=sidebyside diff --git a/user/wxFile/dirctrl.h b/user/wxFile/dirctrl.h index 514944865c..d3ff13c9aa 100644 --- a/user/wxFile/dirctrl.h +++ b/user/wxFile/dirctrl.h @@ -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() };