Help text for regions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -255,6 +255,16 @@ help is associated with the window.", "");
|
||||
"Shows help for the given window. Uses GetHelp internally if
|
||||
applicable. Returns True if it was done, or False if no help was
|
||||
available for this window.", "");
|
||||
|
||||
DocDeclStr(
|
||||
virtual bool , ShowHelpAtPoint(wxWindowBase *window,
|
||||
const wxPoint& pt,
|
||||
wxHelpEvent::Origin origin),
|
||||
"Show help for the given window (uses window.GetHelpAtPoint()
|
||||
internally if applicable), return true if it was done or false if no
|
||||
help available for this window.", "");
|
||||
|
||||
|
||||
|
||||
DocDeclStr(
|
||||
void , AddHelp(wxWindow *window, const wxString& text),
|
||||
|
Reference in New Issue
Block a user