Added context-sensitive help docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-10-09 13:13:39 +00:00
parent f368ba4b28
commit 7cb74906e1
8 changed files with 239 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
\section{\class{wxSimpleHelpProvider}}\label{wxsimplehelpprovider}
wxSimpleHelpProvider is an implementation of \helpref{wxHelpProvider}{wxhelpprovider} which supports
only plain text help strings, and shows the string associated with the
control (if any) in a tooltip.
\wxheading{Derived from}
\helpref{wxHelpProvider}{wxhelpprovider}
\wxheading{See also}
\helpref{wxHelpProvider}{wxhelpprovider}, \helpref{wxHelpControllerHelpProvider}{wxhelpcontrollerhelpprovider},
\helpref{wxHelpContext}{wxhelpcontext}, \helpref{wxWindow::SetHelpText}{wxwindowsethelptext},
\helpref{wxWindow::GetHelpText}{wxwindowgethelptext}