/////////////////////////////////////////////////////////////////////////////
-// Name: wx/gtk/toplevel.h
+// Name: wx/gtk1/toplevel.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
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);