Kaydet (Commit) 9a1ae1a9 authored tarafından Kurt B. Kaiser's avatar Kurt B. Kaiser

py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization

üst 180b6be1
...@@ -28,7 +28,7 @@ class CallTip: ...@@ -28,7 +28,7 @@ class CallTip:
background="#ffffe0", relief=SOLID, borderwidth=1, background="#ffffe0", relief=SOLID, borderwidth=1,
font = self.widget['font']) font = self.widget['font'])
label.pack() label.pack()
def hidetip(self): def hidetip(self):
tw = self.tipwindow tw = self.tipwindow
self.tipwindow = None self.tipwindow = None
...@@ -53,7 +53,7 @@ class container: # Conceptually an editor_window ...@@ -53,7 +53,7 @@ class container: # Conceptually an editor_window
text.event_add("<<calltip-hide>>", ")") text.event_add("<<calltip-hide>>", ")")
text.bind("<<calltip-show>>", self.calltip_show) text.bind("<<calltip-show>>", self.calltip_show)
text.bind("<<calltip-hide>>", self.calltip_hide) text.bind("<<calltip-hide>>", self.calltip_hide)
text.focus_set() text.focus_set()
# root.mainloop() # not in idle # root.mainloop() # not in idle
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment