Implement wxFrame::DoSetClientSize()

Resize the central widget to fit the new size.

See https://github.com/wxWidgets/wxWidgets/pull/1340
This commit is contained in:
Liam Treacy
2019-06-04 16:02:41 +01:00
committed by Vadim Zeitlin
parent b8d5c85ecb
commit 4bfb3a5f01
2 changed files with 14 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ public:
protected:
virtual void DoGetClientSize(int *width, int *height) const wxOVERRIDE;
virtual void DoSetClientSize(int width, int height) wxOVERRIDE;
virtual QWidget* QtGetParentWidget() const wxOVERRIDE;