void GetClientSize(int *width, int *height) const;
wxMDIChildFrame *GetActiveChild(void) const;
- virtual void SetToolBar( wxToolBar *toolbar );
- virtual wxWindow *GetToolBar(void) const;
-
wxMDIClientWindow *GetClientWindow(void) const;
virtual wxMDIClientWindow *OnCreateClient(void);
wxMDIClientWindow *m_clientWindow;
bool m_parentFrameActive;
wxMenuBar *m_mdiMenuBar;
- wxToolBar *m_toolBar;
DECLARE_EVENT_TABLE()
};
bool Destroy(void);
void OnCloseWindow( wxCloseEvent& event );
+ void OnSize( wxSizeEvent &event );
+ void OnActivate( wxActivateEvent &event );
public: