]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/animate/anitest.cpp
Rebaked makefiles after htmllistbox and collapsable panel additions.
[wxWidgets.git] / samples / animate / anitest.cpp
index b15193b813ce8b4521c72c69b8c545350505c6cc..551a36aa4d875e03c80ef7e90902d8992db4d736 100644 (file)
@@ -75,7 +75,9 @@ bool MyApp::OnInit()
 {
     // Create the main frame window
 
-    MyFrame* frame = new MyFrame((wxFrame *)NULL, wxID_ANY, _T("Animation Demo"));
+    MyFrame* frame = new MyFrame((wxFrame *)NULL, wxID_ANY, _T("Animation Demo"),
+                        wxDefaultPosition, wxSize(500, 400),
+                        wxDEFAULT_FRAME_STYLE);
 
     // Give it an icon
     frame->SetIcon(wxICON(sample));