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;