]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
Add *wxTopLevelWindowGTK*RequestUserAttention*int*;
[wxWidgets.git] / include / wx / gtk / toplevel.h
index 0e6dce880131982f3b724ec2a0792470e6363bf2..a36b2846daa554186ff15102b3075c3b76ccb23a 100644 (file)
@@ -62,8 +62,12 @@ public:
 
     virtual bool SetShape(const wxRegion& region);
 
+    virtual void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO);
+
     virtual bool Show(bool show = TRUE);
 
+    virtual void Raise();
+
     virtual bool IsActive();
 
     virtual void SetTitle( const wxString &title );