]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toplevel.h
hid integration
[wxWidgets.git] / include / wx / toplevel.h
index cdabc866957f48ebb6bb85c3d53d7d34e444e86f..a18741217d9c19e5897f6c0c0c0e8a36fff9d6e1 100644 (file)
@@ -174,7 +174,10 @@ public:
     // 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);
-
+    
+    // Is this the active frame (highlighted in the taskbar)?
+    virtual bool IsActive()
+        { return (wxGetTopLevelParent(FindFocus()) == this); }
 
     // implementation only from now on
     // -------------------------------