fixed client area handling for wxFrame/Univ

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-09-22 11:56:23 +00:00
parent 23645bfa01
commit a9152a05f8
2 changed files with 25 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ 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();