X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/015dca24cabea5750e808e7c5f9505165b023c90..3d777efedc1e05bd6c2a7c34a00a65895b62bb13:/include/wx/gtk1/toplevel.h diff --git a/include/wx/gtk1/toplevel.h b/include/wx/gtk1/toplevel.h index 2729119b50..dc75a430d8 100644 --- a/include/wx/gtk1/toplevel.h +++ b/include/wx/gtk1/toplevel.h @@ -1,8 +1,7 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/gtk/toplevel.h +// Name: wx/gtk1/toplevel.h // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling, Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -47,12 +46,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);