AGW Logo

agw_title ToolTipWindow

A simple wx.PopupWindow that holds fancy tooltips. Not available on Mac as wx.PopupWindow is not implemented there.

hierarchy Inheritance Diagram

Inheritance diagram for: ToolTipWindow

Inheritance diagram of ToolTipWindow


method_summary Methods Summary

__init__Default class constructor.

API Class API

class ToolTipWindow(ToolTipWindowBase, wx.PopupWindow)[source]

A simple wx.PopupWindow that holds fancy tooltips. Not available on Mac as wx.PopupWindow is not implemented there.



__init__(parent, classParent)[source]

Default class constructor.

Parameters:
Tree

Table Of Contents

Previous topic

SuperToolTip

Next topic

ToolTipWindowBase