Version: 3.2.5

Detailed Description

Classes for loading and displaying help manuals or help information in general.

Classes

class  wxHelpProvider
 wxHelpProvider is an abstract class used by a program implementing context-sensitive help to show the help text for the given window. More...
 
class  wxHelpControllerHelpProvider
 wxHelpControllerHelpProvider is an implementation of wxHelpProvider which supports both context identifiers and plain text help strings. More...
 
class  wxContextHelp
 This class changes the cursor to a query and puts the application into a 'context-sensitive help mode'. More...
 
class  wxContextHelpButton
 Instances of this class may be used to add a question mark button that when pressed, puts the application into context-help mode. More...
 
class  wxSimpleHelpProvider
 wxSimpleHelpProvider is an implementation of wxHelpProvider which supports only plain text help strings, and shows the string associated with the control (if any) in a tooltip. More...
 
class  wxExtHelpController
 This class implements help via an external browser. More...
 
class  wxHelpControllerBase
 This is the abstract base class a family of classes by which applications may invoke a help viewer to provide on-line help. More...
 
class  wxHelpController
 This is an alias for one of a family of help controller classes which is most appropriate for the current platform. More...
 
class  wxHtmlHelpController
 This help controller provides an easy way of displaying HTML help in your application (see HTML Sample, test example). More...
 
class  wxHtmlModalHelp
 This class uses wxHtmlHelpController to display help in a modal dialog. More...
 
class  wxHtmlHelpData
 This class is used by wxHtmlHelpController and wxHtmlHelpFrame to access HTML help items. More...
 
class  wxHtmlHelpDialog
 This class is used by wxHtmlHelpController to display help. More...
 
class  wxHtmlHelpFrame
 This class is used by wxHtmlHelpController to display help. More...
 
class  wxHtmlHelpWindow
 This class is used by wxHtmlHelpController to display help within a frame or dialog, but you can use it yourself to create an embedded HTML help window. More...
 
class  wxToolTip
 This class holds information about a tooltip associated with a window (see wxWindow::SetToolTip()). More...