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
cbe6b53e
Kaydet (Commit)
cbe6b53e
authored
Nis 07, 1991
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
New: getwindow() parent method and realize() child method.
üst
db46c0e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Abstract.py
Lib/lib-stdwin/Abstract.py
+2
-0
Abstract.py
Lib/stdwin/Abstract.py
+2
-0
No files found.
Lib/lib-stdwin/Abstract.py
Dosyayı görüntüle @
cbe6b53e
...
@@ -27,6 +27,7 @@ class AbstractParent():
...
@@ -27,6 +27,7 @@ class AbstractParent():
#
#
def
begindrawing
(
self
):
return
unimpl
()
def
begindrawing
(
self
):
return
unimpl
()
def
beginmeasuring
(
self
):
return
unimpl
()
def
beginmeasuring
(
self
):
return
unimpl
()
def
getwindow
(
self
):
return
unimpl
()
# Only for very special cases
#
#
def
change
(
self
,
area
):
unimpl
()
def
change
(
self
,
area
):
unimpl
()
def
scroll
(
self
,
(
area
,
(
dh
,
dv
))):
unimpl
()
def
scroll
(
self
,
(
area
,
(
dh
,
dv
))):
unimpl
()
...
@@ -38,6 +39,7 @@ class AbstractChild():
...
@@ -38,6 +39,7 @@ class AbstractChild():
#
#
def
destroy
(
self
):
unimpl
()
def
destroy
(
self
):
unimpl
()
#
#
def
realize
(
self
):
return
unimpl
()
def
minsize
(
self
,
m
):
return
unimpl
()
def
minsize
(
self
,
m
):
return
unimpl
()
def
getbounds
(
self
):
return
unimpl
()
def
getbounds
(
self
):
return
unimpl
()
def
setbounds
(
self
,
bounds
):
unimpl
()
def
setbounds
(
self
,
bounds
):
unimpl
()
...
...
Lib/stdwin/Abstract.py
Dosyayı görüntüle @
cbe6b53e
...
@@ -27,6 +27,7 @@ class AbstractParent():
...
@@ -27,6 +27,7 @@ class AbstractParent():
#
#
def
begindrawing
(
self
):
return
unimpl
()
def
begindrawing
(
self
):
return
unimpl
()
def
beginmeasuring
(
self
):
return
unimpl
()
def
beginmeasuring
(
self
):
return
unimpl
()
def
getwindow
(
self
):
return
unimpl
()
# Only for very special cases
#
#
def
change
(
self
,
area
):
unimpl
()
def
change
(
self
,
area
):
unimpl
()
def
scroll
(
self
,
(
area
,
(
dh
,
dv
))):
unimpl
()
def
scroll
(
self
,
(
area
,
(
dh
,
dv
))):
unimpl
()
...
@@ -38,6 +39,7 @@ class AbstractChild():
...
@@ -38,6 +39,7 @@ class AbstractChild():
#
#
def
destroy
(
self
):
unimpl
()
def
destroy
(
self
):
unimpl
()
#
#
def
realize
(
self
):
return
unimpl
()
def
minsize
(
self
,
m
):
return
unimpl
()
def
minsize
(
self
,
m
):
return
unimpl
()
def
getbounds
(
self
):
return
unimpl
()
def
getbounds
(
self
):
return
unimpl
()
def
setbounds
(
self
,
bounds
):
unimpl
()
def
setbounds
(
self
,
bounds
):
unimpl
()
...
...
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