|
ALICE 1.3
1.0
Develpoer documentation
|
Tool Tip Ballon help stuff. More...
Public Member Functions | |
| def | __init__ (self, widget, text='widget info') |
| create a tooltip for a given widget More... | |
| def | enter (self, event=None) |
| Action when mouse enters. More... | |
| def | leave (self, event=None) |
| Action when mouse leaves. More... | |
| def | schedule (self) |
| Sehedule Action. More... | |
| def | unschedule (self) |
| Un-schedule Action. More... | |
| def | showtip (self, event=None) |
| Display Tip Text. More... | |
| def | hidetip (self) |
| Hide Tip Action. More... | |
| def | configure (self, text) |
| Re Configure text string. More... | |
Data Fields | |
| waittime | |
| wraplength | |
| widget | |
| text | |
| id | |
| tw | |
Tool Tip Ballon help stuff.
Definition at line 763 of file alice-desktop-1.3.pyw.
| def __init__ | ( | self, | |
| widget, | |||
text = 'widget info' |
|||
| ) |
create a tooltip for a given widget
Definition at line 765 of file alice-desktop-1.3.pyw.
| def configure | ( | self, | |
| text | |||
| ) |
Re Configure text string.
Definition at line 815 of file alice-desktop-1.3.pyw.
| def enter | ( | self, | |
event = None |
|||
| ) |
Action when mouse enters.
Definition at line 776 of file alice-desktop-1.3.pyw.
| def hidetip | ( | self | ) |
Hide Tip Action.
Definition at line 809 of file alice-desktop-1.3.pyw.
| def leave | ( | self, | |
event = None |
|||
| ) |
Action when mouse leaves.
Definition at line 779 of file alice-desktop-1.3.pyw.
| def schedule | ( | self | ) |
Sehedule Action.
Definition at line 783 of file alice-desktop-1.3.pyw.
| def showtip | ( | self, | |
event = None |
|||
| ) |
Display Tip Text.
Definition at line 793 of file alice-desktop-1.3.pyw.
| def unschedule | ( | self | ) |
Un-schedule Action.
Definition at line 787 of file alice-desktop-1.3.pyw.
| id |
Definition at line 773 of file alice-desktop-1.3.pyw.
| text |
Definition at line 769 of file alice-desktop-1.3.pyw.
| tw |
Definition at line 774 of file alice-desktop-1.3.pyw.
| waittime |
Definition at line 766 of file alice-desktop-1.3.pyw.
| widget |
Definition at line 768 of file alice-desktop-1.3.pyw.
| wraplength |
Definition at line 767 of file alice-desktop-1.3.pyw.