docstrings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-03-19 02:17:43 +00:00
parent 6cedc146fa
commit ac288fac82

View File

@ -1757,7 +1757,7 @@ already on top/bottom and nothing was done.", "");
void , SetHelpText(const wxString& text), void , SetHelpText(const wxString& text),
"Sets the help text to be used as context-sensitive help for this "Sets the help text to be used as context-sensitive help for this
window. Note that the text is actually stored by the current window. Note that the text is actually stored by the current
wxHelpProvider implementation, and not in the window object itself.", ""); `wx.HelpProvider` implementation, and not in the window object itself.", "");
DocDeclStr( DocDeclStr(
@ -1770,7 +1770,7 @@ one.", "");
wxString , GetHelpText() const, wxString , GetHelpText() const,
"Gets the help text to be used as context-sensitive help for this "Gets the help text to be used as context-sensitive help for this
window. Note that the text is actually stored by the current window. Note that the text is actually stored by the current
wxHelpProvider implementation, and not in the window object itself.", ""); `wx.HelpProvider` implementation, and not in the window object itself.", "");