]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/framelayout/samples/test/fl_test.h
Added MSW toplevel.cpp and regenerated makefiles and such.
[wxWidgets.git] / utils / framelayout / samples / test / fl_test.h
index 38c4c303bcc82875ba5dbb4f9b377879d2c0d603..e24755cc736b4c7b8e2518093f7909feed8a9371 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __NEW_TEST_G__
 #define __NEW_TEST_G__
 
-#include "objstore.h"
 #include "wx/panel.h"
 
 // Define a new application type
@@ -13,7 +12,6 @@ class MyApp: public wxApp
 class MyFrame: public wxFrame
 { 
 public:
-       wxObjectStorage mStore;
 
        wxFrameLayout*  mpLayout;
        wxTextCtrl*     mpClientWnd;
@@ -27,15 +25,11 @@ public:
 
        bool OnClose(void) { Show(FALSE); return TRUE; }
 
-       void OnLoad( wxCommandEvent& event );
-       void OnSave( wxCommandEvent& event );
        void OnExit( wxCommandEvent& event );
 
        DECLARE_EVENT_TABLE()
 };
 
-#define NEW_TEST_SAVE 1101
-#define NEW_TEST_LOAD 1102
-#define NEW_TEST_EXIT 1103
+#define NEW_TEST_EXIT 1101
 
 #endif