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

.. currentmodule:: wx.lib.agw.supertooltip

.. highlight:: python



.. _wx.lib.agw.supertooltip.ToolTipWindow:

==========================================================================================================================================
|phoenix_title|  **wx.lib.agw.supertooltip.ToolTipWindow**
==========================================================================================================================================

A simple :class:`PopupWindow` that holds fancy tooltips.
Not available on Mac as :class:`PopupWindow` is not implemented there.



|

|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>ToolTipWindow</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.lib.agw.supertooltip.ToolTipWindow_inheritance.svg" alt="Inheritance diagram of ToolTipWindow" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.lib.agw.supertooltip.ToolTipWindow.html" title="A simple PopupWindow that holds fancy tooltips." alt="" coords="160,466,464,495"/> <area shape="rect" id="node2" href="wx.lib.agw.supertooltip.ToolTipWindowBase.html" title="Base class for the different Windows and Mac implementation." alt="" coords="5,389,346,418"/> <area shape="rect" id="node3" href="wx.PopupWindow.html" title="A special kind of top level window used for popup menus, combobox popups and such." alt="" coords="370,389,528,418"/> <area shape="rect" id="node4" href="wx.NonOwnedWindow.html" title="Common base class for all non-child windows." alt="" coords="353,313,545,341"/> <area shape="rect" id="node5" href="wx.Window.html" title="wx.Window  is the base class for all windows and represents any visible object on screen." alt="" coords="394,236,504,265"/> <area shape="rect" id="node6" href="wx.WindowBase.html" title="wx.WindowBase" alt="" coords="375,159,523,188"/> <area shape="rect" id="node7" href="wx.EvtHandler.html" title="A class that can handle events from the windowing system." alt="" coords="383,82,515,111"/> <area shape="rect" id="node8" href="wx.Object.html" title="This is the root class of many of the wxWidgets classes." alt="" coords="333,5,432,34"/> <area shape="rect" id="node9" href="wx.Trackable.html" title="Add-on base class for a trackable object." alt="" coords="456,5,578,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


|super_classes| Known Superclasses
==================================

:class:`wx.PopupWindow`, :class:`wx.lib.agw.supertooltip.ToolTipWindowBase`

|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.lib.agw.supertooltip.ToolTipWindow.__init__`                          Default class constructor.
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: ToolTipWindow(ToolTipWindowBase, wx.PopupWindow)

   A simple :class:`PopupWindow` that holds fancy tooltips.
   Not available on Mac as :class:`PopupWindow` is not implemented there.

   .. method:: __init__(self, parent, classParent)

      Default class constructor.
      
      :param `parent`: the :class:`SuperToolTip` parent widget;
      :param `classParent`: the :class:`SuperToolTip` class object.


