]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/toplevel.h
Fix up NSSlider code to not use class posing and instantiate the proper type (now...
[wxWidgets.git] / include / wx / gtk1 / toplevel.h
index 3858f082719114bc75f48f3cb53fe475abed56b7..3a3042dc97ddf9d7506b4792c45281a67ba034ce 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/gtk/toplevel.h
+// Name:        wx/gtk1/toplevel.h
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
@@ -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();
 
@@ -58,6 +57,8 @@ public:
 
     virtual void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO);
 
+    virtual void SetWindowStyleFlag( long style );
+
     virtual bool Show(bool show = true);
 
     virtual void Raise();