mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-24 07:24:31 +08:00
Fix wxHelpProvider::GetHelp() documentation
It had (at least since the conversion of the original LaTeX documentation to Doxygen) completely wrong description. Closes #25543.
This commit is contained in:
@@ -61,9 +61,11 @@ public:
|
||||
static wxHelpProvider* Get();
|
||||
|
||||
/**
|
||||
This version associates the given text with all windows with this id.
|
||||
May be used to set the same help string for all Cancel buttons in
|
||||
the application, for example.
|
||||
Get the help string for the given window.
|
||||
|
||||
The interpretation of the returned string is help provider dependent,
|
||||
but empty string always means that no help is associated with this
|
||||
window.
|
||||
*/
|
||||
virtual wxString GetHelp(const wxWindow* window) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user