X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6dd0883d556cbed9d47b08c12682ef233717c097..661698e54f2bc599dc1a961ffbae08ccdd6b9b97:/include/wx/gtk/toplevel.h?ds=inline diff --git a/include/wx/gtk/toplevel.h b/include/wx/gtk/toplevel.h index f056ed3102..768f2e14f5 100644 --- a/include/wx/gtk/toplevel.h +++ b/include/wx/gtk/toplevel.h @@ -128,9 +128,6 @@ protected: virtual void DoSetSizeHints( int minW, int minH, int maxW, int maxH, int incW, int incH); - // common part of all ctors - void Init(); - // move the window to the specified location and resize it virtual void DoMoveWindow(int x, int y, int width, int height); @@ -148,8 +145,12 @@ protected: bool m_deferShow; private: + void Init(); wxSize& GetCachedDecorSize(); + // size hint increments + int m_incWidth, m_incHeight; + // is the frame currently iconized? bool m_isIconized;