|
def | configure |
|
def | enter |
| -—these methods handle the callbacks on "<Enter>", "<Leave>" and "<Motion>"------------—## -—events on the parent widget; override them if you want to change the widget's behavior–## More...
|
|
def | leave |
|
def | motion |
|
def | coords |
| -—these methods might be overridden in derived classes:-------------------------------—## More...
|
|
def | create_contents |
|
def easy.gui.ToolTip._hide |
( |
|
self | ) |
|
|
private |
def easy.gui.ToolTip._schedule |
( |
|
self | ) |
|
|
private |
---—the methods that do the work:------------------------------------------------------—##
def easy.gui.ToolTip._show |
( |
|
self | ) |
|
|
private |
def easy.gui.ToolTip._unschedule |
( |
|
self | ) |
|
|
private |
def easy.gui.ToolTip.configure |
( |
|
self, |
|
|
|
opts |
|
) |
| |
def easy.gui.ToolTip.coords |
( |
|
self | ) |
|
-—these methods might be overridden in derived classes:-------------------------------—##
def easy.gui.ToolTip.create_contents |
( |
|
self | ) |
|
def easy.gui.ToolTip.enter |
( |
|
self, |
|
|
|
event = None |
|
) |
| |
-—these methods handle the callbacks on "<Enter>", "<Leave>" and "<Motion>"------------—## -—events on the parent widget; override them if you want to change the widget's behavior–##
def easy.gui.ToolTip.leave |
( |
|
self, |
|
|
|
event = None |
|
) |
| |
def easy.gui.ToolTip.motion |
( |
|
self, |
|
|
|
event = None |
|
) |
| |
easy.gui.ToolTip._follow_mouse |
|
private |
easy.gui.ToolTip._tipwindow |
|
private |
The documentation for this class was generated from the following file: