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
fb3e54fd
Kaydet (Commit)
fb3e54fd
authored
Haz 19, 2001
tarafından
Just van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
made 7-bit-clean.
üst
dc3c617c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
WidgetTest.py
Mac/IDE scripts/Widget demos/WidgetTest.py
+2
-2
No files found.
Mac/IDE scripts/Widget demos/WidgetTest.py
Dosyayı görüntüle @
fb3e54fd
...
...
@@ -46,7 +46,7 @@ window.et3 = W.EditText((130, 80, -10, 40), "two?")
window
.
button
=
W
.
Button
((
-
70
,
10
,
60
,
16
),
"Close"
,
callback
)
# a checkbox
window
.
ch
=
W
.
CheckBox
((
10
,
130
,
160
,
16
),
"Check (command )"
,
checkcallback
)
window
.
ch
=
W
.
CheckBox
((
10
,
130
,
160
,
16
),
"Check (command
\xa4
)"
,
checkcallback
)
# set of radio buttons (should become easier/nicer)
thebuttons
=
[]
...
...
@@ -65,7 +65,7 @@ window.hbar = W.Scrollbar((-1, -15, -14, 16), scrollcallback, max = 100)
window
.
static
=
W
.
TextBox
((
10
,
260
,
110
,
16
),
"Schtatic"
)
# bind some keystrokes to functions
window
.
bind
(
'cmd'
,
window
.
ch
.
push
)
window
.
bind
(
'cmd
\xa4
'
,
window
.
ch
.
push
)
window
.
bind
(
'cmd1'
,
window
.
r1
.
push
)
window
.
bind
(
'cmd2'
,
window
.
r2
.
push
)
window
.
bind
(
'cmd3'
,
window
.
r3
.
push
)
...
...
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