tree control and dc::drawlines bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -56,15 +56,16 @@ 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 );
|
||||
|
||||
|
Reference in New Issue
Block a user