.. include:: headings.inc .. currentmodule:: lib.agw.supertooltip .. highlight:: python .. _lib.agw.supertooltip.ToolTipWindow: ========================================================================================================================================== |phoenix_title| **ToolTipWindow** ========================================================================================================================================== A simple :class:`PopupWindow` that holds fancy tooltips. Not available on Mac as :class:`PopupWindow` is not implemented there. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **ToolTipWindow** .. raw:: html

Inheritance diagram of ToolTipWindow

| |super_classes| Known Superclasses ================================== :class:`PopupWindow`, :class:`lib.agw.supertooltip.ToolTipWindowBase` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.agw.supertooltip.ToolTipWindow.__init__` Default class constructor. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: ToolTipWindow(Frame, ToolTipWindowBase) 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.