.\" This is a wxWidgets manpage page generated from the XML docs .TH wxHelpControllerHelpProvider 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxHelpControllerHelpProvider \- Class for context-sensitive help provision via a help controller .SH DESCRIPTION wxHelpControllerHelpProvider is an implementation of wxHelpProvider which supports both context identifiers and plain text help strings. If the help text is an integer, it is passed to wxHelpController::DisplayContextPopup. Otherwise, it shows the string in a tooltip as per wxSimpleHelpProvider. If you use this with a wxCHMHelpController instance on windows, it will use the native style of tip window instead of wxTipWindow . You can use the convenience function wxContextId to convert an integer context id to a string for passing to wxWindow::SetHelpText . .SH "PARENTS" wxSimpleHelpProvider wxHelpProvider .SH "INCLUDE FILES" wx/cshelp.h .SH MEMBERS .SS wxHelpControllerHelpProvider (wxHelpControllerBase* hc = NULL) Note that the instance doesn't own the help controller. The help controller should be deleted separately. .SS void SetHelpController (wxHelpControllerBase* hc) Sets the help controller associated with this help provider. .SS wxHelpControllerBase* GetHelpController () Returns the help controller associated with this help provider. .SH "SEE ALSO" wxSimpleHelpProvider wxHelpProvider wxHelpProvider wxSimpleHelpProvider wxContextHelp wxWindow::SetHelpText wxWindow::GetHelpText .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.