- wxHtmlHelpController returns the frame, size and position.
- For all other help controllers, this function does nothing and just
- returns @NULL.
+ For wxHtmlHelpController, returns the latest frame size and position
+ settings and whether a new frame is drawn with each invocation.
+ For all other help controllers, this function does nothing and just returns @NULL.
+
+ @param size
+ The most recent frame size.
+ @param pos
+ The most recent frame position.
+ @param newFrameEachTime
+ @true if a new frame is drawn with each invocation.