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
45c8d342
Kaydet (Commit)
45c8d342
authored
Eki 06, 1998
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Better quitting
üst
d5bcf9a3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
DetailsViewer.py
Tools/pynche/DetailsViewer.py
+1
-2
ListViewer.py
Tools/pynche/ListViewer.py
+1
-2
TextViewer.py
Tools/pynche/TextViewer.py
+1
-2
No files found.
Tools/pynche/DetailsViewer.py
Dosyayı görüntüle @
45c8d342
...
...
@@ -52,7 +52,6 @@ Shift + Left == -25
Shift + Right == +25
"""
import
sys
from
Tkinter
import
*
STOP
=
'Stop'
...
...
@@ -153,7 +152,7 @@ class DetailsViewer:
self
.
__l2
.
configure
(
text
=
text
)
def
__quit
(
self
,
event
=
None
):
s
ys
.
exit
(
0
)
s
elf
.
__root
.
quit
(
)
def
__withdraw
(
self
,
event
=
None
):
self
.
__root
.
withdraw
()
...
...
Tools/pynche/ListViewer.py
Dosyayı görüntüle @
45c8d342
...
...
@@ -15,7 +15,6 @@ You can turn off Update On Click if all you want to see is the alias for a
given name, without selecting the color.
"""
import
sys
from
Tkinter
import
*
import
ColorDB
...
...
@@ -123,7 +122,7 @@ class ListViewer:
self
.
__sb
.
update_views
(
self
.
__red
,
self
.
__green
,
self
.
__blue
)
def
__quit
(
self
,
event
=
None
):
s
ys
.
exit
(
0
)
s
elf
.
__root
.
quit
(
)
def
__withdraw
(
self
,
event
=
None
):
self
.
__root
.
withdraw
()
...
...
Tools/pynche/TextViewer.py
Dosyayı görüntüle @
45c8d342
...
...
@@ -15,7 +15,6 @@ button and drag it through some text. The Insertion is the insertion cursor
in the text window (which only has a background).
"""
import
sys
from
Tkinter
import
*
import
ColorDB
...
...
@@ -89,7 +88,7 @@ textual displays.''')
self
.
__toggletrack
()
def
__quit
(
self
,
event
=
None
):
s
ys
.
exit
(
0
)
s
elf
.
__root
.
quit
(
)
def
__withdraw
(
self
,
event
=
None
):
self
.
__root
.
withdraw
()
...
...
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