.. 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 .. 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
Inheritance diagram for class ToolTipWindow:
| |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(wx.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.