]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/framelayout/samples/demo/fl_demo.h
Compile fix for GTK 1.0
[wxWidgets.git] / utils / framelayout / samples / demo / fl_demo.h
index 6f2fd452b57cc7e7e2c78e792fbfb70694c1606a..a6a5542bf0396323fd14ad85a63eca82f5bb110d 100644 (file)
@@ -41,7 +41,6 @@
 #define THIRD_LAYOUT  2
 
 class wxFrameLayout;
-class wxObjectStorage;
 
 // FOR NOW::
 typedef wxPanel MyTestPanel;
@@ -50,15 +49,15 @@ typedef wxPanel MyTestPanel;
 
 class MyApp: public wxApp
 { 
-public:
-    bool OnInit(void);
+    public:
+       bool OnInit(void);
 };
 
 // Define a new frame type
 
 class MyFrame: public wxFrame
 { 
-protected:
+    protected:
 
        wxFrameLayout* mLayouts[MAX_LAYOUTS];
 
@@ -100,7 +99,6 @@ protected:
 
        void ActivateLayout( int layoutNo );
 
-       void SerializeMe( wxObjectStorage& store );
 
 public: /* public */
 
@@ -115,9 +113,6 @@ public: /* public */
        
        bool OnClose(void);
 
-       void OnLoad( wxCommandEvent& event );
-       void OnStore( wxCommandEvent& event );
-       void OnAutoSave( wxCommandEvent& event );
     void OnQuit(wxCommandEvent& event);
        void OnAbout(wxCommandEvent& event);
        void OnSettings( wxCommandEvent& event );