A simple PopupWindow
that holds fancy tooltips.
Not available on Mac as PopupWindow
is not implemented there.
wx.PopupWindow
, wx.lib.agw.supertooltip.ToolTipWindowBase
Default class constructor. |
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.