********************* wx.SimpleHelpProvider ********************* Inheritance diagram for `wx.SimpleHelpProvider`: | .. inheritance-diagram:: wx.SimpleHelpProvider | Description =========== `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. .. seealso:: `wx.HelpProvider `_, `wx.ContextHelp `_, `wx.Window.SetHelpText `_, `wx.Window.GetHelpTextAtPoint `_ Derived From ^^^^^^^^^^^^^ * `wx.HelpProvider `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__() `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. | **Returns:** `wx.SimpleHelpProvider `_