deprecated wxWindow::SetHelpTextForId()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-03-06 19:28:51 +00:00
parent 647d7ce90b
commit 520746acb5
2 changed files with 9 additions and 3 deletions

View File

@@ -1695,6 +1695,7 @@ void wxWindowBase::SetHelpText(const wxString& text)
}
}
#if WXWIN_COMPATIBILITY_2_8
// associate this help text with all windows with the same id as this
// one
void wxWindowBase::SetHelpTextForId(const wxString& text)
@@ -1705,6 +1706,7 @@ void wxWindowBase::SetHelpTextForId(const wxString& text)
helpProvider->AddHelp(GetId(), text);
}
}
#endif // WXWIN_COMPATIBILITY_2_8
// get the help string associated with this window (may be empty)
// default implementation forwards calls to the help provider