Searched refs:CallTip (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DCallTipWindow.py1 """A CallTip window class for Tkinter/IDLE.
17 class CallTip: class in inherits:
154 self.calltip = CallTip(text)
H A DCallTips.py39 return CallTipWindow.CallTip(self.text)
47 """Happens when the user really wants to open a CallTip, even if a
53 """Happens when it would be nice to open a CallTip, but not really
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DCallTipWindow.py1 """A CallTip window class for Tkinter/IDLE.
17 class CallTip: class in inherits:
154 self.calltip = CallTip(text)
H A DCallTips.py39 return CallTipWindow.CallTip(self.text)
47 """Happens when the user really wants to open a CallTip, even if a
53 """Happens when it would be nice to open a CallTip, but not really

Completed in 182 milliseconds