![]() |
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... | |
Data Fields | |
waittime | |
wraplength | |
widget | |
text | |
id | |
tw | |
Tool Tip Ballon help stuff.
Definition at line 729 of file alice-desktop-1.3.pyw.
def __init__ | ( | self, | |
widget, | |||
text = 'widget info' |
|||
) |
create a tooltip for a given widget
Definition at line 731 of file alice-desktop-1.3.pyw.
def enter | ( | self, | |
event = None |
|||
) |
Action when mouse enters.
Definition at line 742 of file alice-desktop-1.3.pyw.
def hidetip | ( | self | ) |
Hide Tip Action.
Definition at line 774 of file alice-desktop-1.3.pyw.
def leave | ( | self, | |
event = None |
|||
) |
Action when mouse leaves.
Definition at line 745 of file alice-desktop-1.3.pyw.
def schedule | ( | self | ) |
Sehedule Action.
Definition at line 749 of file alice-desktop-1.3.pyw.
def showtip | ( | self, | |
event = None |
|||
) |
Display Tip Text.
Definition at line 759 of file alice-desktop-1.3.pyw.
def unschedule | ( | self | ) |
Un-schedule Action.
Definition at line 753 of file alice-desktop-1.3.pyw.
id |
Definition at line 739 of file alice-desktop-1.3.pyw.
text |
Definition at line 735 of file alice-desktop-1.3.pyw.
tw |
Definition at line 740 of file alice-desktop-1.3.pyw.
waittime |
Definition at line 732 of file alice-desktop-1.3.pyw.
widget |
Definition at line 734 of file alice-desktop-1.3.pyw.
wraplength |
Definition at line 733 of file alice-desktop-1.3.pyw.