.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.SimpleHelpProvider: ========================================================================================================================================== |phoenix_title| **wx.SimpleHelpProvider** ========================================================================================================================================== :ref:`wx.SimpleHelpProvider` is an implementation of :ref:`wx.HelpProvider` which supports only plain text help strings, and shows the string associated with the control (if any) in a tooltip. .. seealso:: :ref:`wx.HelpProvider`, :ref:`wx.HelpControllerHelpProvider`, :ref:`wx.ContextHelp`, :meth:`wx.Window.SetHelpText` (, :meth:`wx.Window.GetHelpTextAtPoint` | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class SimpleHelpProvider:
| |sub_classes| Known Subclasses ============================== :ref:`wx.HelpControllerHelpProvider` | |api| 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.