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
cf2efc67
Kaydet (Commit)
cf2efc67
authored
Şub 25, 1999
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Uncommented AskYesNoCancel docstring (how did it get commented in the first place?)
üst
b30f52a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
EasyDialogs.py
Mac/Lib/EasyDialogs.py
+11
-11
No files found.
Mac/Lib/EasyDialogs.py
Dosyayı görüntüle @
cf2efc67
...
...
@@ -169,17 +169,17 @@ def AskPassword(prompt, default='', id=257):
return
string
def
AskYesNoCancel
(
question
,
default
=
0
,
yes
=
None
,
no
=
None
,
cancel
=
None
,
id
=
258
):
##
"""Display a QUESTION string which can be answered with Yes or No.
##
##
Return 1 when the user clicks the Yes button.
##
Return 0 when the user clicks the No button.
##
Return -1 when the user clicks the Cancel button.
##
##
When the user presses Return, the DEFAULT value is returned.
##
If omitted, this is 0 (No).
##
##
The QUESTION strign ca be at most 255 characters.
##
"""
"""Display a QUESTION string which can be answered with Yes or No.
Return 1 when the user clicks the Yes button.
Return 0 when the user clicks the No button.
Return -1 when the user clicks the Cancel button.
When the user presses Return, the DEFAULT value is returned.
If omitted, this is 0 (No).
The QUESTION strign ca be at most 255 characters.
"""
d
=
GetNewDialog
(
id
,
-
1
)
if
not
d
:
...
...
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