Public Member Functions |
|
__init__ () | |
parentWindow: The window the tooltip is
appearing over text: the tooltip text |
|
update () | |
Update the text and position, as well as
size. |
|
Destroy () | |
Hide () | |
Public Attributes |
|
tuple | kBackground = wx.Colour( 255, 255, 225 ) |
tuple | kOffset = ( 10, 25 ) |
ToolTip.ToolTip.__init__ | ( | ) |
parentWindow: The window the tooltip is appearing over text: the tooltip text
ToolTip.ToolTip.update | ( | ) |
Update the text and position, as well as size.
ToolTip.ToolTip.Destroy | ( | ) |
ToolTip.ToolTip.Hide | ( | ) |
tuple ToolTip.ToolTip.kBackground = wx.Colour( 255, 255, 225 ) |
tuple ToolTip.ToolTip.kOffset = ( 10, 25 ) |