]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toplevel.h
hid integration
[wxWidgets.git] / include / wx / toplevel.h
index 89fcba6c0dd31fa04d44620294ea1cf8e18b0956..a18741217d9c19e5897f6c0c0c0e8a36fff9d6e1 100644 (file)
@@ -176,7 +176,7 @@ public:
     virtual void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO);
     
     // Is this the active frame (highlighted in the taskbar)?
-    virtual bool HasFocus()
+    virtual bool IsActive()
         { return (wxGetTopLevelParent(FindFocus()) == this); }
 
     // implementation only from now on