Some corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-02-28 15:57:06 +00:00
parent dc6eda546b
commit 94799627ee
12 changed files with 57 additions and 72 deletions

View File

@@ -24,7 +24,7 @@
#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.
@@ -70,7 +70,7 @@ bool MyApp::OnInit()
canvas->SetScrollbars(20, 20, 50, 50);
frame->canvas = canvas;
myTree = new wxStoredTree();
myTree = new wxTreeLayoutStored();
wxClientDC dc(canvas);
wxFont font(10, wxROMAN, wxNORMAL, wxBOLD);
@@ -85,7 +85,7 @@ bool MyApp::OnInit()
return TRUE;
}
void MyApp::TreeTest(wxStoredTree& tree, wxDC& dc)
void MyApp::TreeTest(wxTreeLayoutStored& tree, wxDC& dc)
{
tree.Initialize(200);