From 2e5cc335a76dd508e9c0d1935b4589ebe5297f28 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 27 Sep 2004 19:00:20 +0000 Subject: [PATCH] Added IsActive git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_toplvl.i | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wxPython/src/_toplvl.i b/wxPython/src/_toplvl.i index ac8e1f0b59..762e2bd2c3 100644 --- a/wxPython/src/_toplvl.i +++ b/wxPython/src/_toplvl.i @@ -128,7 +128,9 @@ public: // 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(); + #ifdef __WXMAC__ void MacSetMetalAppearance( bool on ) ; bool MacGetMetalAppearance() const ;