X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6cdd521887b3ec00becc08564f279ebbcaa55b4..781130bf6070ea8b93981ea95c1a786eefc2842e:/include/wx/gtk/toplevel.h?ds=sidebyside diff --git a/include/wx/gtk/toplevel.h b/include/wx/gtk/toplevel.h index c5d99c5de4..fcc7ff9871 100644 --- a/include/wx/gtk/toplevel.h +++ b/include/wx/gtk/toplevel.h @@ -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();