wx.lib.agw.supertooltip.ToolTipWindow¶A simple PopupWindow that holds fancy tooltips.
Not available on Mac as PopupWindow is not implemented there.
Class API¶ToolTipWindow(wx.Frame, ToolTipWindowBase)¶A simple PopupWindow that holds fancy tooltips.
Not available on Mac as PopupWindow is not implemented there.
__init__(self, parent, classParent)¶Default class constructor.
parent – the SuperToolTip parent widget;
classParent – the SuperToolTip class object.