wx.lib.agw.supertooltip.ToolTipWindow¶
A simple PopupWindow
that holds fancy tooltips.
Not available on Mac as PopupWindow
is not implemented there.
Class Hierarchy¶
Known Superclasses¶
wx.PopupWindow
, wx.lib.agw.supertooltip.ToolTipWindowBase
Methods Summary¶
Default class constructor. |
Class API¶
- class ToolTipWindow(ToolTipWindowBase, wx.PopupWindow)¶
A simple
PopupWindow
that holds fancy tooltips. Not available on Mac asPopupWindow
is not implemented there.
Methods¶
- __init__(self, parent, classParent)¶
Default class constructor.
- Parameters:
parent – the
SuperToolTip
parent widget;classParent – the
SuperToolTip
class object.