]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/joytest/joytest.cpp
adding the notion of cyclic group of radiobutton
[wxWidgets.git] / samples / joytest / joytest.cpp
index 862663ff30cbd2cefc7d3848537f2452bd9192fa..2709bc19ff5323010b5e9a09a9db6b06925aeb16 100644 (file)
@@ -52,7 +52,7 @@ bool MyApp::OnInit(void)
   // Create the main frame window
 
   frame = new MyFrame(NULL, "Joystick Demo", wxPoint(0, 0), wxSize(500, 400),
-   wxDEFAULT_FRAME | wxHSCROLL | wxVSCROLL);
+   wxDEFAULT_FRAME_STYLE | wxHSCROLL | wxVSCROLL);
 
   // Give it an icon (this is ignored in MDI mode: uses resources)
 #ifdef __WXMSW__
@@ -164,8 +164,3 @@ void MyFrame::OnActivate(wxActivateEvent& event)
   if (event.GetActive() && canvas)
     canvas->SetFocus();
 }
-
-bool MyFrame::OnClose(void)
-{
-  return TRUE;
-}
\ No newline at end of file