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
43bb2a4f
Kaydet (Commit)
43bb2a4f
authored
Ock 23, 2001
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.
üst
d829e9e8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
mac_widgets.py
Mac/Unsupported/twit/mac_widgets.py
+4
-4
mactwit_mod.py
Mac/Unsupported/twit/mactwit_mod.py
+1
-1
mactwit_stack.py
Mac/Unsupported/twit/mactwit_stack.py
+1
-1
No files found.
Mac/Unsupported/twit/mac_widgets.py
Dosyayı görüntüle @
43bb2a4f
...
...
@@ -80,7 +80,7 @@ class MT_TextWidget:
except
ValueError
:
break
self
.
line_index
.
append
(
len
(
data
))
Win
.
Inval
Rect
(
self
.
rect
)
self
.
wid
.
InvalWindow
Rect
(
self
.
rect
)
self
.
ted
.
TESetSelect
(
0
,
0
)
self
.
ted
.
TECalText
()
self
.
ted
.
TESelView
()
...
...
@@ -192,7 +192,7 @@ class MT_IconTextWidget(MT_TextWidget):
def
setbreaks
(
self
,
list
):
self
.
breakpointlist
=
list
[:]
Qd
.
SetPort
(
self
.
wid
)
Win
.
Inval
Rect
(
self
.
iconrect
)
self
.
wid
.
InvalWindow
Rect
(
self
.
iconrect
)
def
setcurline
(
self
,
line
,
pic
=
PIC_CURRENT
):
self
.
curline
=
line
...
...
@@ -214,7 +214,7 @@ class MT_IconTextWidget(MT_TextWidget):
def
setscrollbars
(
self
):
MT_TextWidget
.
setscrollbars
(
self
)
Win
.
Inval
Rect
(
self
.
iconrect
)
self
.
wid
.
InvalWindow
Rect
(
self
.
iconrect
)
def
update
(
self
,
rgn
):
MT_TextWidget
.
update
(
self
,
rgn
)
...
...
@@ -268,7 +268,7 @@ class MT_IndexList:
for
y
in
range
(
len
(
column
)):
self
.
list
.
LSetCell
(
column
[
y
],
(
x
,
y
))
self
.
list
.
LSetDrawingMode
(
1
)
Win
.
Inval
Rect
(
self
.
rect
)
self
.
wid
.
InvalWindow
Rect
(
self
.
rect
)
def
deselectall
(
self
):
while
1
:
...
...
Mac/Unsupported/twit/mactwit_mod.py
Dosyayı görüntüle @
43bb2a4f
...
...
@@ -94,7 +94,7 @@ class ModuleBrowser(FrameWork.DialogWindow, TwitCore.ModuleBrowser):
def
force_redraw
(
self
):
Qd
.
SetPort
(
self
.
wid
)
Win
.
Inval
Rgn
(
self
.
wid
.
GetWindowPort
()
.
visRgn
)
self
.
wid
.
InvalWindow
Rgn
(
self
.
wid
.
GetWindowPort
()
.
visRgn
)
def
do_activate
(
self
,
activate
,
event
):
self
.
modules
.
activate
(
activate
)
...
...
Mac/Unsupported/twit/mactwit_stack.py
Dosyayı görüntüle @
43bb2a4f
...
...
@@ -144,7 +144,7 @@ class StackBrowser(FrameWork.DialogWindow, TwitCore.StackBrowser):
def
force_redraw
(
self
):
Qd
.
SetPort
(
self
.
wid
)
Win
.
Inval
Rgn
(
self
.
wid
.
GetWindowPort
()
.
visRgn
)
self
.
wid
.
InvalWindow
Rgn
(
self
.
wid
.
GetWindowPort
()
.
visRgn
)
def
do_activate
(
self
,
activate
,
event
):
self
.
stack
.
activate
(
activate
)
...
...
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