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¶
Inheritance diagram for class SimpleHelpProvider:
 Known Subclasses¶
 Class API¶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.