wx.SimpleHelpProvider¶
wx.SimpleHelpProvider is an implementation of wx.HelpProvider which supports only plain text help strings, and shows the string associated with the control (if any) in a tooltip.
See also
wx.HelpProvider, wx.HelpControllerHelpProvider, wx.ContextHelp, wx.Window.SetHelpText
(, wx.Window.GetHelpTextAtPoint
Class Hierarchy¶
Known Subclasses¶
Class API¶
- class wx.SimpleHelpProvider(HelpProvider)¶
SimpleHelpProvider is an implementation of HelpProvider which supports only plain text help strings, and shows the string associated with the control (if any) in a tooltip.