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
PopupWindowthat holds fancy tooltips. Not available on Mac asPopupWindowis not implemented there.
Methods¶
- __init__(self, parent, classParent)¶
Default class constructor.
- Parameters:
parent – the
SuperToolTipparent widget;classParent – the
SuperToolTipclass object.