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
This commit is contained in:
Vadim Zeitlin
2012-10-13 22:54:32 +00:00
parent b0134e31e6
commit b9fc07ba8b

View File

@@ -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;