]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
(blind) compilation fixes after latest changes
[wxWidgets.git] / include / wx / gtk / toplevel.h
index c5d99c5de4d601b7f3c7d3940a26a821b18c0f09..fcc7ff98719a8bb289230ffffa58f9204d0cdc7e 100644 (file)
@@ -47,7 +47,6 @@ public:
     virtual bool IsMaximized() const;
     virtual void Iconize(bool iconize = true);
     virtual bool IsIconized() const;
-    virtual void SetIcon(const wxIcon& icon);
     virtual void SetIcons(const wxIconBundle& icons);
     virtual void Restore();
 
@@ -114,6 +113,9 @@ public:
                                  int maxW = wxDefaultCoord, int maxH = wxDefaultCoord,
                                  int incW = wxDefaultCoord, int incH = wxDefaultCoord );
 
+    // return the full size of the window without WM decorations
+    void GTKDoGetSize(int *width, int *height) const;
+
 protected:
     // common part of all ctors
     void Init();