]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/toplevel.h
fix printf() argument type in GetOsInfo()
[wxWidgets.git] / include / wx / gtk1 / toplevel.h
index 3858f082719114bc75f48f3cb53fe475abed56b7..beeb8635f72c0449af9c9d1ad1370f65bc6fe65b 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/gtk/toplevel.h
+// Name:        wx/gtk1/toplevel.h
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
@@ -58,6 +58,8 @@ public:
 
     virtual void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO);
 
+    virtual void SetWindowStyleFlag( long style );
+
     virtual bool Show(bool show = true);
 
     virtual void Raise();