Use a GtkVBox to do TLW layout. Rework some of the remaining sizing code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-10-24 18:07:24 +00:00
parent a2d3826500
commit cca410b336
16 changed files with 343 additions and 900 deletions

View File

@@ -12,6 +12,9 @@
#include "wx/frame.h"
class WXDLLIMPEXP_FWD_CORE wxMDIChildFrame;
class WXDLLIMPEXP_FWD_CORE wxMDIClientWindow;
//-----------------------------------------------------------------------------
// wxMDIParentFrame
//-----------------------------------------------------------------------------
@@ -58,12 +61,11 @@ public:
wxMDIClientWindow *m_clientWindow;
bool m_justInserted;
virtual void GtkOnSize();
virtual void OnInternalIdle();
protected:
void Init();
virtual bool HasVisibleMenubar() const;
virtual void DoGetClientSize(int* width, int* height) const;
private:
friend class wxMDIChildFrame;