]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/toplevel.h
added missing LFs to the header
[wxWidgets.git] / include / wx / mac / carbon / toplevel.h
index de3c083448ec9e073ec5d76103e788c9e1891b9e..e479a11c41ef4f726473498e985a0703e980e4dc 100644 (file)
@@ -55,6 +55,10 @@ public:
 
     virtual wxPoint GetClientAreaOrigin() const;
 
+    // Attracts the users attention to this window if the application is
+    // inactive (should be called when a background event occurs)
+    virtual void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO);
+
     // implement base class pure virtuals
     virtual void Maximize(bool maximize = TRUE);
     virtual bool IsMaximized() const;