]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
Use proper format in wxGTK clipboard selection handler.
[wxWidgets.git] / include / wx / gtk / toplevel.h
index d7b19d6409bd1d0e4fd590cd31052192e3c814f1..1b69ba287b3c02a454607f116f3c34eb4a0d9b27 100644 (file)
@@ -55,7 +55,7 @@ public:
 
     virtual void ShowWithoutActivating();
     virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
-    virtual bool IsFullScreen() const { return m_fsIsShowing; };
+    virtual bool IsFullScreen() const { return m_fsIsShowing; }
 
     virtual void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO);
 
@@ -150,6 +150,9 @@ protected:
 private:
     wxSize& GetCachedDecorSize();
 
+    // size hint increments
+    int m_incWidth, m_incHeight;
+
     // is the frame currently iconized?
     bool m_isIconized;