X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/015dca24cabea5750e808e7c5f9505165b023c90..7dd65e5abec0e17660fcfad691f4f33686c01d9b:/include/wx/gtk1/toplevel.h diff --git a/include/wx/gtk1/toplevel.h b/include/wx/gtk1/toplevel.h index 2729119b50..a534a1dc66 100644 --- a/include/wx/gtk1/toplevel.h +++ b/include/wx/gtk1/toplevel.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/gtk/toplevel.h +// Name: wx/gtk1/toplevel.h // Purpose: // Author: Robert Roebling // Id: $Id$ @@ -47,12 +47,11 @@ 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(); virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL); - virtual bool IsFullScreen() const { return m_fsIsShowing; }; + virtual bool IsFullScreen() const { return m_fsIsShowing; } virtual bool SetShape(const wxRegion& region);