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
2e9e71fe
Kaydet (Commit)
2e9e71fe
authored
Kas 02, 2001
tarafından
Just van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
rearranged some imports
üst
8a0232d8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
23 deletions
+8
-23
Wbase.py
Mac/Tools/IDE/Wbase.py
+3
-5
Wlists.py
Mac/Tools/IDE/Wlists.py
+1
-6
Wmenus.py
Mac/Tools/IDE/Wmenus.py
+1
-2
Wwindows.py
Mac/Tools/IDE/Wwindows.py
+3
-10
No files found.
Mac/Tools/IDE/Wbase.py
Dosyayı görüntüle @
2e9e71fe
from
Carbon
import
Qd
from
Carbon
import
Win
from
Carbon
import
QuickDraw
from
Carbon
import
Evt
from
Carbon
import
Evt
,
Qd
,
QuickDraw
,
Win
import
string
from
types
import
*
import
sys
WidgetsError
=
"WidgetsError"
class
WidgetsError
(
Exception
):
pass
DEBUG
=
0
class
Widget
:
"""Base class for all widgets."""
...
...
Mac/Tools/IDE/Wlists.py
Dosyayı görüntüle @
2e9e71fe
import
Wbase
import
Wkeys
from
Carbon
import
Scrap
import
string
from
Carbon
import
Evt
from
Carbon
import
Events
from
Carbon
import
Qd
from
Carbon
import
Win
from
Carbon
import
Lists
from
Carbon
import
Evt
,
Events
,
Lists
,
Qd
,
Scrap
,
Win
class
List
(
Wbase
.
SelectableWidget
):
...
...
Mac/Tools/IDE/Wmenus.py
Dosyayı görüntüle @
2e9e71fe
import
FrameWork
from
Carbon
import
Qd
import
Wbase
,
Wcontrols
from
Carbon
import
Ctl
,
Controls
from
Carbon
import
Ctl
,
Controls
,
Qd
from
types
import
*
import
Wapplication
...
...
Mac/Tools/IDE/Wwindows.py
Dosyayı görüntüle @
2e9e71fe
from
Carbon
import
Qd
from
Carbon
import
Win
from
Carbon
import
Evt
from
Carbon
import
Fm
from
Carbon
import
Dlg
,
Evt
,
Events
,
Fm
from
Carbon
import
Menu
,
Qd
,
Win
,
Windows
import
FrameWork
from
Carbon
import
Windows
from
Carbon
import
Events
import
Wbase
from
Carbon
import
Dlg
import
MacOS
from
Carbon
import
Menu
import
struct
import
traceback
from
types
import
*
from
types
import
InstanceType
,
StringType
class
Window
(
FrameWork
.
Window
,
Wbase
.
SelectableWidget
):
...
...
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