mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Lots of minor tweaks for the pep252 checkins, mainly because Qd
attributes are no longer supported.
This commit is contained in:
parent
202355a333
commit
362c7cd07b
25 changed files with 60 additions and 61 deletions
|
@ -124,7 +124,7 @@ class ExtMovie:
|
|||
|
||||
#Qd.MoveTo(10,10)
|
||||
#Qd.LineTo(200,150)
|
||||
Qd.CopyBits(self.gw.portBits,Qd.GetPort().portBits,self.myRect,destRect,srcCopy,None)
|
||||
Qd.CopyBits(self.gw.GetPortBitMapForCopyBits(),Qd.GetPort().GetPortBitMapForCopyBits(),self.myRect,destRect,srcCopy,None)
|
||||
|
||||
class MovieWin(W.Window):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue