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
5c303888
Kaydet (Commit)
5c303888
authored
Eyl 25, 1996
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Disabled splash screen, added ShowMessage
üst
4892ab7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
twit.py
Mac/Tools/twit/twit.py
+6
-4
No files found.
Mac/Tools/twit/twit.py
Dosyayı görüntüle @
5c303888
...
...
@@ -12,8 +12,9 @@ Jack Jansen, CWI, August 1996."""
import
os
if
os
.
name
==
'mac'
:
import
MacOS
MacOS
.
splash
(
515
)
# Try to show the splash screen
# Not supported in distributed 1.4b3:
## import MacOS
## MacOS.splash(515) # Try to show the splash screen
import
mactwit_mod
;
twit_mod
=
mactwit_mod
import
mactwit_stack
;
twit_stack
=
mactwit_stack
import
mactwit_app
;
twit_app
=
mactwit_app
...
...
@@ -62,6 +63,7 @@ def TWIT_VarBrowser(parent, var):
def
Initialize
():
# Gross...
TwitCore
.
AskString
=
twit_app
.
AskString
TwitCore
.
ShowMessage
=
twit_app
.
ShowMessage
TwitCore
.
SetWatch
=
twit_app
.
SetWatch
TwitCore
.
SetCursor
=
twit_app
.
SetCursor
...
...
@@ -69,8 +71,8 @@ def main():
twit_app
.
Initialize
()
TwitCore
.
Initialize
()
Initialize
()
if
os
.
name
==
'mac'
:
MacOS
.
splash
()
##
if os.name == 'mac':
##
MacOS.splash()
Twit
(
None
,
None
)
def
run
(
statement
,
globals
=
None
,
locals
=
None
):
...
...
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