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
f31f2254
Kaydet (Commit)
f31f2254
authored
May 23, 2017
tarafından
Vijay Kumar
Kaydeden (comit)
Serhiy Storchaka
May 23, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix spelling mistakes in tkinter.py (#1754)
Ran the docstrings through spell checker, and fixed spelling issues.
üst
fd58340e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Tkinter.py
Lib/lib-tk/Tkinter.py
+5
-5
No files found.
Lib/lib-tk/Tkinter.py
Dosyayı görüntüle @
f31f2254
...
...
@@ -855,7 +855,7 @@ class Misc:
return
getint
(
self
.
tk
.
call
(
'winfo'
,
'ismapped'
,
self
.
_w
))
def
winfo_manager
(
self
):
"""Return the window mana
n
ger name for this widget."""
"""Return the window manager name for this widget."""
return
self
.
tk
.
call
(
'winfo'
,
'manager'
,
self
.
_w
)
def
winfo_name
(
self
):
"""Return the name of this widget."""
...
...
@@ -1522,7 +1522,7 @@ class Misc:
return
self
.
tk
.
splitlist
(
self
.
tk
.
call
(
'image'
,
'names'
))
def
image_types
(
self
):
"""Return a list of all available image types (e.g. phot
e
bitmap)."""
"""Return a list of all available image types (e.g. phot
o
bitmap)."""
return
self
.
tk
.
splitlist
(
self
.
tk
.
call
(
'image'
,
'types'
))
...
...
@@ -2364,7 +2364,7 @@ class Canvas(Widget, XView, YView):
"""Return item which is closest to pixel at X, Y.
If several match take the top-most.
All items closer than HALO are considered overlapping (all are
closest
s
). If START is specified the next below this tag is taken."""
closest). If START is specified the next below this tag is taken."""
return
self
.
find
(
'closest'
,
x
,
y
,
halo
,
start
)
def
find_enclosed
(
self
,
x1
,
y1
,
x2
,
y2
):
"""Return all items in rectangle defined
...
...
@@ -2424,7 +2424,7 @@ class Canvas(Widget, XView, YView):
"""Print the contents of the canvas to a postscript
file. Valid options: colormap, colormode, file, fontmap,
height, pageanchor, pageheight, pagewidth, pagex, pagey,
rotate, wi
td
h, x, y."""
rotate, wi
dt
h, x, y."""
return
self
.
tk
.
call
((
self
.
_w
,
'postscript'
)
+
self
.
_options
(
cnf
,
kw
))
def
tag_raise
(
self
,
*
args
):
...
...
@@ -3355,7 +3355,7 @@ class Image:
return
getint
(
self
.
tk
.
call
(
'image'
,
'height'
,
self
.
name
))
def
type
(
self
):
"""Return the type of the im
g
age, e.g. "photo" or "bitmap"."""
"""Return the type of the image, e.g. "photo" or "bitmap"."""
return
self
.
tk
.
call
(
'image'
,
'type'
,
self
.
name
)
def
width
(
self
):
"""Return the width of the image."""
...
...
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