]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/frame.h
new VC++ workspace file for wxBase
[wxWidgets.git] / include / wx / univ / frame.h
index ab20d2f59e893debf17c0b8bcbd975b508de443d..bfb03bf9a47d852ea57e6956fb443f800668cb37 100644 (file)
@@ -49,11 +49,19 @@ public:
 protected:
     void OnSize(wxSizeEvent& event);
 
+    virtual void DoGetClientSize(int *width, int *height) const;
+    virtual void DoSetClientSize(int width, int height);
+
 #if wxUSE_MENUS
     // override to update menu bar position when the frame size changes
     virtual void PositionMenuBar();
 #endif // wxUSE_MENUS
 
+#if wxUSE_STATUSBAR
+    // override to update statusbar position when the frame size changes
+    virtual void PositionStatusBar();
+#endif // wxUSE_MENUS
+
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxFrame)
 };