X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16bcc879d96712f9acf4bcc1236096251a1b7586..6db90681cf0b58209a061561f5d3624f6eda8024:/include/wx/gtk1/frame.h diff --git a/include/wx/gtk1/frame.h b/include/wx/gtk1/frame.h index 6dda005801..13a543e0fe 100644 --- a/include/wx/gtk1/frame.h +++ b/include/wx/gtk1/frame.h @@ -62,8 +62,6 @@ public: virtual bool Show( bool show ); virtual void Centre( int direction = wxHORIZONTAL ); - virtual void GetClientSize( int *width, int *height ) const; - virtual wxStatusBar* CreateStatusBar(int number=1, long style = wxST_SIZEGRIP, wxWindowID id = 0, const wxString& name = _T("statusBar")); virtual wxStatusBar *OnCreateStatusBar( int number, long style, wxWindowID id, @@ -116,6 +114,7 @@ public: GtkWidget *m_mainWidget; bool m_menuBarDetached; bool m_toolBarDetached; + bool m_insertInClientArea; /* not from within OnCreateXXX */ protected: virtual void DoSetSize(int x, int y, @@ -123,6 +122,7 @@ protected: int sizeFlags = wxSIZE_AUTO); virtual void DoSetClientSize(int width, int height); + virtual void DoGetClientSize( int *width, int *height ) const; private: DECLARE_EVENT_TABLE()