mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization
This commit is contained in:
parent
180b6be18c
commit
9a1ae1a960
1 changed files with 2 additions and 2 deletions
|
@ -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("<<calltip-hide>>", ")")
|
||||
text.bind("<<calltip-show>>", self.calltip_show)
|
||||
text.bind("<<calltip-hide>>", self.calltip_hide)
|
||||
|
||||
|
||||
text.focus_set()
|
||||
# root.mainloop() # not in idle
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue