- This function may be overridden to show help for the window when it should
- depend on the position inside the window, By default this method forwards to
- ShowHelp(), so it is enough to only implement
- the latter if the help doesn't depend on the position.
-
- Returns @true if help was shown, or @false if no help was available for this
- window.
-
- @param window
- Window to show help text for.
-
- @param point
- Coordinates of the mouse at the moment of help event emission.
-
- @param origin
- Help event origin, see wxHelpEvent::GetOrigin.
+ This function may be overridden to show help for the window when it
+ should depend on the position inside the window, By default this method
+ forwards to ShowHelp(), so it is enough to only implement the latter if
+ the help doesn't depend on the position.
+
+ @param window
+ Window to show help text for.
+ @param point
+ Coordinates of the mouse at the moment of help event emission.
+ @param origin
+ Help event origin, see wxHelpEvent::GetOrigin.
+
+ @return @true if help was shown, or @false if no help was available
+ for this window.
+
+ @since 2.7.0