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
be5ea233
Kaydet (Commit)
be5ea233
authored
Eki 31, 1990
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added new event types and selection types.
üst
468c448b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
stdwinevents.py
Lib/lib-stdwin/stdwinevents.py
+10
-0
stdwinevents.py
Lib/stdwin/stdwinevents.py
+10
-0
No files found.
Lib/lib-stdwin/stdwinevents.py
Dosyayı görüntüle @
be5ea233
...
...
@@ -22,6 +22,10 @@ WE_MOVE = 9 # not reported -- reserved for future use
WE_DRAW
=
10
# detail is ((left, top), (right, bottom))
WE_TIMER
=
11
# detail is <no object>
WE_DEACTIVATE
=
12
# detail is <no object>
WE_EXTERN
=
13
# detail is <no object>
WE_KEY
=
14
# detail is ???
WE_LOST_SEL
=
15
# detail is selection number
WE_CLOSE
=
16
# detail is <no object>
# Values for detail when type is WE_COMMAND:
...
...
@@ -34,3 +38,9 @@ WC_CANCEL = 6 # not reported -- turned into KeyboardInterrupt
WC_BACKSPACE
=
7
# backspace key
WC_TAB
=
8
# tab key
WC_RETURN
=
9
# return or enter key
# Selection numbers
WS_CLIPBOARD
=
0
WS_PRIMARY
=
1
WS_SECONDARY
=
2
Lib/stdwin/stdwinevents.py
Dosyayı görüntüle @
be5ea233
...
...
@@ -22,6 +22,10 @@ WE_MOVE = 9 # not reported -- reserved for future use
WE_DRAW
=
10
# detail is ((left, top), (right, bottom))
WE_TIMER
=
11
# detail is <no object>
WE_DEACTIVATE
=
12
# detail is <no object>
WE_EXTERN
=
13
# detail is <no object>
WE_KEY
=
14
# detail is ???
WE_LOST_SEL
=
15
# detail is selection number
WE_CLOSE
=
16
# detail is <no object>
# Values for detail when type is WE_COMMAND:
...
...
@@ -34,3 +38,9 @@ WC_CANCEL = 6 # not reported -- turned into KeyboardInterrupt
WC_BACKSPACE
=
7
# backspace key
WC_TAB
=
8
# tab key
WC_RETURN
=
9
# return or enter key
# Selection numbers
WS_CLIPBOARD
=
0
WS_PRIMARY
=
1
WS_SECONDARY
=
2
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