#include <class_tool_tip_1_1_tool_tip.h>
List of all
members.
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 ) |
Member Function Documentation
| 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 |
( |
|
) |
|
Member Data Documentation