.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2025 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

   <div class="collabsible-wrapper">
      <input id="collapsible-inheritance" class="collapsible-checkbox" type="checkbox">
      <label for="collapsible-inheritance" tabindex="0" title="Show inheritance diagram" class="collapsible-label">Inheritance diagram for class <strong>SimpleHelpProvider</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.SimpleHelpProvider_inheritance.svg" alt="Inheritance diagram of SimpleHelpProvider" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.SimpleHelpProvider.html" title="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." alt="" coords="5,82,202,111"/> <area shape="rect" id="node2" href="wx.HelpProvider.html" title="wx.HelpProvider  is an abstract class used by a program implementing context-sensitive help to show the help text for the given window." alt="" coords="30,5,177,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


|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.


