use a GtkAlignment to position m_mainWidget, avoiding need to re-size_allocate it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-11-22 05:15:13 +00:00
parent 562e60a0f2
commit 3f4049ffb2
2 changed files with 42 additions and 37 deletions

View File

@@ -44,6 +44,9 @@ public:
virtual void SetTitle( const wxString &title );
virtual void DoSetSizeHints( int minW, int minH,
int maxW, int maxH,
int incW, int incH );
protected:
virtual void DoGetClientSize(int* width, int* height) const;