From b9fc07ba8b7472e88089414e1d42e3df1774e9f3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 13 Oct 2012 22:54:32 +0000 Subject: [PATCH] Document that HasFocus() is new in 2.9. Closes #14740. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/window.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/wx/window.h b/interface/wx/window.h index 398a062e93..f7d3a31938 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -385,6 +385,8 @@ public: Returns @true if the window (or in case of composite controls, its main child window) has focus. + @since 2.9.0 + @see FindFocus() */ virtual bool HasFocus() const; -- 2.45.2