Lines Matching refs:def
10 def __init__(self, button):
19 def enter(self, event=None):
22 def leave(self, event=None):
26 def schedule(self):
30 def unschedule(self):
36 def showtip(self):
50 def showcontents(self, text="Your text here"):
56 def hidetip(self):
63 def __init__(self, button, text):
66 def showcontents(self):
70 def __init__(self, button, items):
73 def showcontents(self):
79 def main():