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
0a3f7978
Kaydet (Commit)
0a3f7978
authored
Tem 06, 2000
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Change whitespace in two places to silence tabnanny.
Also fix spelling tupel -> tuple.
üst
5802e480
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Tkinter.py
Lib/lib-tk/Tkinter.py
+4
-4
No files found.
Lib/lib-tk/Tkinter.py
Dosyayı görüntüle @
0a3f7978
...
...
@@ -91,7 +91,7 @@ try: _cnfmerge = _tkinter._cnfmerge
except
AttributeError
:
pass
class
Event
:
"""Container for the properties of an event.
"""Container for the properties of an event.
Instances of this type are generated if one of the following events occurs:
...
...
@@ -677,12 +677,12 @@ class Misc:
return
getint
(
self
.
tk
.
call
(
'winfo'
,
'pointerx'
,
self
.
_w
))
def
winfo_pointerxy
(
self
):
"""Return a tup
el
of x and y coordinates of the pointer on the root window."""
"""Return a tup
le
of x and y coordinates of the pointer on the root window."""
return
self
.
_getints
(
self
.
tk
.
call
(
'winfo'
,
'pointerxy'
,
self
.
_w
))
def
winfo_pointery
(
self
):
"""Return the y coordinate of the pointer on the root window."""
return
getint
(
return
getint
(
self
.
tk
.
call
(
'winfo'
,
'pointery'
,
self
.
_w
))
def
winfo_reqheight
(
self
):
"""Return requested height of this widget."""
...
...
@@ -693,7 +693,7 @@ class Misc:
return
getint
(
self
.
tk
.
call
(
'winfo'
,
'reqwidth'
,
self
.
_w
))
def
winfo_rgb
(
self
,
color
):
"""Return tup
el
of decimal values for red, green, blue for
"""Return tup
le
of decimal values for red, green, blue for
COLOR in this widget."""
return
self
.
_getints
(
self
.
tk
.
call
(
'winfo'
,
'rgb'
,
self
.
_w
,
color
))
...
...
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