prevent explicitly set client size from being changed when frame extents become known

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2008-01-13 02:00:27 +00:00
parent 30de1d4d09
commit 428f841bd0
2 changed files with 9 additions and 1 deletions

View File

@@ -131,7 +131,7 @@ protected:
int width, int height,
int sizeFlags = wxSIZE_AUTO);
// override these methods to take into account tool/menu/statusbars
virtual void DoSetClientSize(int width, int height);
virtual void DoGetClientSize(int *width, int *height) const;
// string shown in the title bar