|
ALICE 1.3
1.3.14
Developer 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... | |
| 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 882 of file alice-desktop-1.3-linux-test.pyw.
| def __init__ | ( | self, | |
| widget, | |||
text = 'widget info' |
|||
| ) |
create a tooltip for a given widget
Definition at line 884 of file alice-desktop-1.3-linux-test.pyw.
| def __init__ | ( | self, | |
| widget, | |||
text = 'widget info' |
|||
| ) |
create a tooltip for a given widget
Definition at line 926 of file alice-desktop-1.3.pyw.
| def configure | ( | self, | |
| text | |||
| ) |
Re Configure text string.
Definition at line 934 of file alice-desktop-1.3-linux-test.pyw.
| def configure | ( | self, | |
| text | |||
| ) |
Re Configure text string.
Definition at line 976 of file alice-desktop-1.3.pyw.
| def enter | ( | self, | |
event = None |
|||
| ) |
Action when mouse enters.
Definition at line 895 of file alice-desktop-1.3-linux-test.pyw.
| def enter | ( | self, | |
event = None |
|||
| ) |
Action when mouse enters.
Definition at line 937 of file alice-desktop-1.3.pyw.
| def hidetip | ( | self | ) |
Hide Tip Action.
Definition at line 928 of file alice-desktop-1.3-linux-test.pyw.
| def hidetip | ( | self | ) |
Hide Tip Action.
Definition at line 970 of file alice-desktop-1.3.pyw.
| def leave | ( | self, | |
event = None |
|||
| ) |
Action when mouse leaves.
Definition at line 898 of file alice-desktop-1.3-linux-test.pyw.
| def leave | ( | self, | |
event = None |
|||
| ) |
Action when mouse leaves.
Definition at line 940 of file alice-desktop-1.3.pyw.
| def schedule | ( | self | ) |
Sehedule Action.
Definition at line 902 of file alice-desktop-1.3-linux-test.pyw.
| def schedule | ( | self | ) |
Sehedule Action.
Definition at line 944 of file alice-desktop-1.3.pyw.
| def showtip | ( | self, | |
event = None |
|||
| ) |
Display Tip Text.
Definition at line 912 of file alice-desktop-1.3-linux-test.pyw.
| def showtip | ( | self, | |
event = None |
|||
| ) |
Display Tip Text.
Definition at line 954 of file alice-desktop-1.3.pyw.
| def unschedule | ( | self | ) |
Un-schedule Action.
Definition at line 906 of file alice-desktop-1.3-linux-test.pyw.
| def unschedule | ( | self | ) |
Un-schedule Action.
Definition at line 948 of file alice-desktop-1.3.pyw.
| id |
Definition at line 892 of file alice-desktop-1.3-linux-test.pyw.
| text |
Definition at line 888 of file alice-desktop-1.3-linux-test.pyw.
| tw |
Definition at line 893 of file alice-desktop-1.3-linux-test.pyw.
| waittime |
Definition at line 885 of file alice-desktop-1.3-linux-test.pyw.
| widget |
Definition at line 887 of file alice-desktop-1.3-linux-test.pyw.
| wraplength |
Definition at line 886 of file alice-desktop-1.3-linux-test.pyw.