]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/mdi.h
1) APPCONF_ constants renamed to wxCONFIG_
[wxWidgets.git] / include / wx / gtk1 / mdi.h
index 94fe7216b0319eee9135d3d9e6348b9d1218db46..e56d71cdf491632fb76b0d3e21818a54d562829f 100644 (file)
@@ -68,9 +68,6 @@ class wxMDIParentFrame: public wxFrame
     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);
   
@@ -95,7 +92,6 @@ class wxMDIParentFrame: public wxFrame
     wxMDIClientWindow              *m_clientWindow;
     bool                            m_parentFrameActive;
     wxMenuBar                      *m_mdiMenuBar;
-    wxToolBar                      *m_toolBar;
 
   DECLARE_EVENT_TABLE()    
 };
@@ -133,6 +129,8 @@ class wxMDIChildFrame: public wxPanel
     
     bool Destroy(void);
     void OnCloseWindow( wxCloseEvent& event );
+    void OnSize( wxSizeEvent &event );
+    void OnActivate( wxActivateEvent &event );
     
   public: