]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treelay/test.cpp
Added SetSelectionMode
[wxWidgets.git] / samples / treelay / test.cpp
index 1434cf2d5c47b0af54a7fc954e683305d8132d61..52b3797b1cf9176af94705dcdb4ed6724189a0e7 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "test.h"
 
 
 #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.
 
 // A macro needed for some compilers (AIX) that need 'main' to be defined
 // in the application itself.
@@ -70,7 +70,7 @@ bool MyApp::OnInit()
   canvas->SetScrollbars(20, 20, 50, 50);
   frame->canvas = canvas;
 
   canvas->SetScrollbars(20, 20, 50, 50);
   frame->canvas = canvas;
 
-  myTree = new wxStoredTree();
+  myTree = new wxTreeLayoutStored();
 
   wxClientDC dc(canvas);
   wxFont font(10, wxROMAN, wxNORMAL, wxBOLD);
 
   wxClientDC dc(canvas);
   wxFont font(10, wxROMAN, wxNORMAL, wxBOLD);
@@ -85,7 +85,7 @@ bool MyApp::OnInit()
   return TRUE;
 }
 
   return TRUE;
 }
 
-void MyApp::TreeTest(wxStoredTree& tree, wxDC& dc)
+void MyApp::TreeTest(wxTreeLayoutStored& tree, wxDC& dc)
 {
   tree.Initialize(200);
   
 {
   tree.Initialize(200);