From 9a1ae1a9605b2832e2cdfee1f35cbb811ca2729f Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Thu, 12 Jul 2001 22:26:44 +0000 Subject: py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization --- Lib/idlelib/CallTipWindow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/idlelib/CallTipWindow.py b/Lib/idlelib/CallTipWindow.py index cbeab8c..d253fa5 100644 --- a/Lib/idlelib/CallTipWindow.py +++ b/Lib/idlelib/CallTipWindow.py @@ -28,7 +28,7 @@ class CallTip: background="#ffffe0", relief=SOLID, borderwidth=1, font = self.widget['font']) label.pack() - + def hidetip(self): tw = self.tipwindow self.tipwindow = None @@ -53,7 +53,7 @@ class container: # Conceptually an editor_window text.event_add("<>", ")") text.bind("<>", self.calltip_show) text.bind("<>", self.calltip_hide) - + text.focus_set() # root.mainloop() # not in idle -- cgit v0.12