]>
git.saurik.com Git - wxWidgets.git/blob - src/common/treebase.cpp
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Base wxTreeCtrl classes
4 // Author: Julian Smart
8 // Copyright: (c) 1998 Robert Roebling, Julian Smart et al
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // =============================================================================
14 // =============================================================================
16 // -----------------------------------------------------------------------------
18 // -----------------------------------------------------------------------------
21 #pragma implementation "treebase.h"
24 // For compilers that support precompilation, includes "wx.h".
25 #include "wx/wxprec.h"
31 #include "wx/treebase.h"
32 #include "wx/settings.h"
35 #include "wx/dynarray.h"
36 #include "wx/arrimpl.cpp"
37 #include "wx/dcclient.h"
38 #include "wx/msgdlg.h"
40 // ----------------------------------------------------------------------------
42 // ----------------------------------------------------------------------------
44 IMPLEMENT_DYNAMIC_CLASS(wxTreeEvent
, wxNotifyEvent
)
46 wxTreeEvent::wxTreeEvent(wxEventType commandType
, int id
)
47 : wxNotifyEvent(commandType
, id
)