.. 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**
==========================================================================================================================================
Popup window that works on wxMac.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
ToolTipWindow:
|
|super_classes| Known Superclasses
==================================
:class:`wx.Frame`, :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)
Popup window that works on wxMac.
.. method:: __init__(self, parent, classParent)
Default class constructor.
:param `parent`: the :class:`SuperToolTip` parent widget;
:param `classParent`: the :class:`SuperToolTip` class object.