]> git.saurik.com Git - wxWidgets.git/commitdiff
Document that HasFocus() is new in 2.9.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Oct 2012 22:54:32 +0000 (22:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Oct 2012 22:54:32 +0000 (22:54 +0000)
Closes #14740.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/window.h

index 398a062e93149426440b92081759bf1642c8dc8a..f7d3a319388b4c9bc8b352a68de37237389c7101 100644 (file)
@@ -385,6 +385,8 @@ public:
         Returns @true if the window (or in case of composite controls, its main
         child window) has focus.
 
         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;
         @see FindFocus()
     */
     virtual bool HasFocus() const;