]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
synchronize GTK2 minimum version in docs
[wxWidgets.git] / include / wx / gtk / toplevel.h
index f056ed31025f6af60e37eb99f768199f57b51d51..1b69ba287b3c02a454607f116f3c34eb4a0d9b27 100644 (file)
@@ -150,6 +150,9 @@ protected:
 private:
     wxSize& GetCachedDecorSize();
 
+    // size hint increments
+    int m_incWidth, m_incHeight;
+
     // is the frame currently iconized?
     bool m_isIconized;