#define THIRD_LAYOUT 2
class wxFrameLayout;
-class wxObjectStorage;
// FOR NOW::
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];
void ActivateLayout( int layoutNo );
- void SerializeMe( wxObjectStorage& store );
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 );