Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
3b148ca4
Kaydet (Commit)
3b148ca4
authored
Kas 22, 2005
tarafından
Kurt B. Kaiser
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo and update comment obsoleted by 'syntax' patch
üst
2bf2af6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
CallTipWindow.py
Lib/idlelib/CallTipWindow.py
+2
-5
No files found.
Lib/idlelib/CallTipWindow.py
Dosyayı görüntüle @
3b148ca4
...
...
@@ -6,7 +6,7 @@ Used by the CallTips IDLE extension.
"""
from
Tkinter
import
*
HIDE_VIRTUAL_EVENT_NAME
=
"<<caltipwindow-hide>>"
HIDE_VIRTUAL_EVENT_NAME
=
"<<cal
l
tipwindow-hide>>"
HIDE_SEQUENCES
=
(
"<Key-Escape>"
,
"<FocusOut>"
)
CHECKHIDE_VIRTUAL_EVENT_NAME
=
"<<calltipwindow-checkhide>>"
CHECKHIDE_SEQUENCES
=
(
"<KeyRelease>"
,
"<ButtonRelease>"
)
...
...
@@ -60,10 +60,7 @@ class CallTip:
self
.
tipwindow
=
tw
=
Toplevel
(
self
.
widget
)
self
.
position_window
()
# XXX 12 Dec 2002 KBK The following command has two effects: It removes
# the calltip window border (good) but also causes (at least on
# Linux) the calltip to show as a top level window, burning through
# any other window dragged over it. Also, shows on all viewports!
# remove border on calltip window
tw
.
wm_overrideredirect
(
1
)
try
:
# This command is only needed and available on Tk >= 8.4.0 for OSX
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment