#include "test.h"
-wxStoredTree *myTree = NULL;
+wxTreeLayoutStored *myTree = NULL;
// A macro needed for some compilers (AIX) that need 'main' to be defined
// in the application itself.
canvas->SetScrollbars(20, 20, 50, 50);
frame->canvas = canvas;
- myTree = new wxStoredTree();
+ myTree = new wxTreeLayoutStored();
wxClientDC dc(canvas);
wxFont font(10, wxROMAN, wxNORMAL, wxBOLD);
return TRUE;
}
-void MyApp::TreeTest(wxStoredTree& tree, wxDC& dc)
+void MyApp::TreeTest(wxTreeLayoutStored& tree, wxDC& dc)
{
tree.Initialize(200);