]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
using subclass as impl ptr, common code in macro because mix-in are not possible...
[wxWidgets.git] / include / wx / gtk / toplevel.h
index e059880ab3b106e8d6a01658499de2b1d5a770bc..1670cff48678f2ff939aa14b8484202564d06817 100644 (file)
@@ -90,8 +90,6 @@ public:
 
     GtkWidget    *m_mainWidget;
 
-    bool m_deferShow;
-
     bool          m_fsIsShowing;         /* full screen */
     int           m_fsSaveGdkFunc, m_fsSaveGdkDecor;
     wxRect        m_fsSaveFrame;
@@ -138,6 +136,8 @@ protected:
     // string shown in the title bar
     wxString m_title;
 
+    bool m_deferShow;
+
 private:
     wxSize& GetCachedDecorSize();
 
@@ -146,6 +146,8 @@ private:
 
     // is the frame currently grabbed explicitly by the application?
     bool m_grabbed;
+
+    bool m_updateDecorSize;
 };
 
 #endif // _WX_GTK_TOPLEVEL_H_