Searched refs:TestTree (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/gizmos/splittree/
H A Dtree.h74 class TestTree: public wxRemotelyScrolledTreeCtrl class in inherits:wxRemotelyScrolledTreeCtrl
76 DECLARE_CLASS(TestTree)
78 TestTree(wxWindow* parent, wxWindowID id, const wxPoint& pt = wxDefaultPosition,
80 ~TestTree();
H A Dtree.cpp170 m_tree = new TestTree(m_splitter , idTREE_CTRL, wxDefaultPosition,
228 IMPLEMENT_CLASS(TestTree, wxRemotelyScrolledTreeCtrl)
230 BEGIN_EVENT_TABLE(TestTree, wxRemotelyScrolledTreeCtrl)
233 TestTree::TestTree(wxWindow* parent, wxWindowID id, const wxPoint& pt, function in class:TestTree
267 TestTree::~TestTree()

Completed in 118 milliseconds