dummy = Res.GetResource('DLOG', ID_MAIN)
except Res.Error:
try:
- Res.OpenResFile("oldPICTbrowse.rsrc")
+ Res.FSpOpenResFile("oldPICTbrowse.rsrc", 0)
except Res.Error, arg:
EasyDialogs.Message("Cannot open PICTbrowse.rsrc: "+arg[1])
sys.exit(1)
l, t, r, b = self.ted.WEGetViewRect()
vr = (l, t, l+width-15, t+height-15)
self.ted.WESetViewRect(vr)
- Win.InvalRect(vr)
+ Win.InvalWindowRect(vr)
ScrolledWindow.do_postresize(self, width, height, window)
def do_contentclick(self, local, modifiers, evt):
self.ted.WESetSelection(start, end)
self.ted.WESelView()
self.ted.WEFeatureFlag(WASTEconst.weFInhibitRecal, 0)
- Win.InvalRect(self.ted.WEGetViewRect())
+ Win.InvalWindowRect(self.ted.WEGetViewRect())
self.updatescrollbars()
self.parent.updatemenubar()
l, t, r, b = self.ted.WEGetViewRect()
vr = (l, t, l+width-15, t+height-15)
self.ted.WESetViewRect(vr)
- Win.InvalRect(vr)
+ Win.InvalWindowRect(vr)
ScrolledWindow.do_postresize(self, width, height, window)
def do_contentclick(self, local, modifiers, evt):
l, t, r, b = self.ted.WEGetViewRect()
vr = (l, t, l+width-15, t+height-15)
self.ted.WESetViewRect(vr)
- Win.InvalRect(vr)
+ Win.InvalWindowRect(vr)
ScrolledWindow.do_postresize(self, width, height, window)
def do_contentclick(self, local, modifiers, evt):
def do_resize(self, width, height, window):
l, t, r, b = self.wid.GetWindowPort().portRect # jvr, forGrowIcon
self.SetPort() # jvr
- InvalRect((r - SCROLLBARWIDTH + 1, b - SCROLLBARWIDTH + 1, r, b)) # jvr
+ InvalWindowRect((r - SCROLLBARWIDTH + 1, b - SCROLLBARWIDTH + 1, r, b)) # jvr
window.SizeWindow(width, height, 1) # changed updateFlag to true jvr
self.do_postresize(width, height, window)
def do_postresize(self, width, height, window):
SetPort(window)
- InvalRect(window.GetWindowPort().portRect)
+ InvalWindowRect(window.GetWindowPort().portRect)
def do_inContent(self, partcode, window, event):
#
rect = x0-1, y1-(SCROLLBARWIDTH-1), x1-(SCROLLBARWIDTH-2), y1+1
self.barx = NewControl(self.wid, rect, "", 1, vx, 0, 32767, 16, 0)
if not self.barx_enabled: self.barx.HiliteControl(255)
-## InvalRect(rect)
+## InvalWindowRect(rect)
if wanty:
rect = x1-(SCROLLBARWIDTH-1), y0-1, x1+1, y1-(SCROLLBARWIDTH-2)
self.bary = NewControl(self.wid, rect, "", 1, vy, 0, 32767, 16, 0)
if not self.bary_enabled: self.bary.HiliteControl(255)
-## InvalRect(rect)
+## InvalWindowRect(rect)
def do_postclose(self):
self.barx = self.bary = None
self.bary.SizeControl(SCROLLBARWIDTH, (b-t)-(SCROLLBARWIDTH-3)) # jvr
if self.barx:
self.barx.ShowControl() # jvr
- ValidRect((l, b - SCROLLBARWIDTH + 1, r - SCROLLBARWIDTH + 2, b)) # jvr
+ ValidWindowRect((l, b - SCROLLBARWIDTH + 1, r - SCROLLBARWIDTH + 2, b)) # jvr
if self.bary:
self.bary.ShowControl() # jvr
- ValidRect((r - SCROLLBARWIDTH + 1, t, r, b - SCROLLBARWIDTH + 2)) # jvr
- InvalRect((r - SCROLLBARWIDTH + 1, b - SCROLLBARWIDTH + 1, r, b)) # jvr, growicon
+ ValidWindowRect((r - SCROLLBARWIDTH + 1, t, r, b - SCROLLBARWIDTH + 2)) # jvr
+ InvalWindowRect((r - SCROLLBARWIDTH + 1, b - SCROLLBARWIDTH + 1, r, b)) # jvr, growicon
def do_rawcontrolhit(self, window, control, pcode, local, event):
self.vy = value
else:
self.vy = self.vy + delta
- Win.InvalRect(self.ourrect)
+ Win.InvalWindowRect(self.ourrect)
def do_update(self, wid, event):
Qd.EraseRect(self.ourrect)
editor.ted.WEUseText(Res.Resource(Text))
editor.ted.WECalText()
editor.SetPort()
- Win.InvalRect(editor._bounds)
+ Win.InvalWindowRect(editor._bounds)
#editor.ted.WEUpdate(self.w.wid.GetWindowPort().visRgn)
EasyDialogs.Message("Replaced %d occurrences" % counter)
if drawdialog:
splash.DrawDialog()
drawtext(what)
- Win.ValidRect(splash.GetWindowPort().portRect)
+ Win.ValidWindowRect(splash.GetWindowPort().portRect)
def drawtext(what = 0):
Qd.SetPort(splash)
def adjust(self, oldbounds):
self.SetPort()
- Win.InvalRect(oldbounds)
- Win.InvalRect(self._bounds)
+ Win.InvalWindowRect(oldbounds)
+ Win.InvalWindowRect(self._bounds)
def _calcbounds(self):
# calculate absolute bounds relative to the window origin from our
self._setparentwindow(widget)
if self._parentwindow and self._parentwindow.wid:
widget.forall_frombottom("open")
- Win.InvalRect(widget._bounds)
+ Win.InvalWindowRect(widget._bounds)
def _setparentwindow(self, widget):
widget._parentwindow = self._parentwindow
widget.select(0)
self._parentwindow._currentwidget = None
self.SetPort()
- Win.InvalRect(widget._bounds)
+ Win.InvalWindowRect(widget._bounds)
widget.close()
del self._widgetsdict[key]
self._widgets.remove(widget)
def adjust(self, oldbounds):
self.SetPort()
if self._selected:
- Win.InvalRect(Qd.InsetRect(oldbounds, -3, -3))
- Win.InvalRect(Qd.InsetRect(self._bounds, -3, -3))
+ Win.InvalWindowRect(Qd.InsetRect(oldbounds, -3, -3))
+ Win.InvalWindowRect(Qd.InsetRect(self._bounds, -3, -3))
else:
- Win.InvalRect(oldbounds)
- Win.InvalRect(self._bounds)
+ Win.InvalWindowRect(oldbounds)
+ Win.InvalWindowRect(self._bounds)
class _Line(Widget):
self._procID,
0)
self.SetPort()
- #Win.ValidRect(self._bounds)
+ #Win.ValidWindowRect(self._bounds)
self.enable(self._enabled)
def adjust(self, oldbounds):
if self._visible:
Qd.EraseRect(self._bounds)
self._control.ShowControl()
- Win.ValidRect(self._bounds)
+ Win.ValidWindowRect(self._bounds)
def close(self):
self._control.HideControl()
old = Qd.InsetRect(oldbounds, -4, -4)
new = Qd.InsetRect(self._bounds, -4, -4)
Qd.EraseRect(old)
- Win.InvalRect(old)
- Win.InvalRect(new)
+ Win.InvalWindowRect(old)
+ Win.InvalWindowRect(new)
ControlWidget.adjust(self, oldbounds)
def adjust(self, oldbounds):
self.SetPort()
- Win.InvalRect(oldbounds)
+ Win.InvalWindowRect(oldbounds)
self._control.HideControl()
self._control.MoveControl(self._bounds[0], self._bounds[1])
self._control.SizeControl(self._bounds[2] - self._bounds[0], self._bounds[3] - self._bounds[1])
self._control.ShowControl()
else:
Qd.FrameRect(self._bounds)
- Win.ValidRect(self._bounds)
+ Win.ValidWindowRect(self._bounds)
def activate(self, onoff):
self._activated = onoff
else:
self._control.HideControl()
self.draw(None)
- Win.ValidRect(self._bounds)
+ Win.ValidWindowRect(self._bounds)
def set(self, value):
if self._control:
def adjust(self, oldbounds):
self.SetPort()
if self._selected:
- Win.InvalRect(Qd.InsetRect(oldbounds, -3, -3))
- Win.InvalRect(Qd.InsetRect(self._bounds, -3, -3))
+ Win.InvalWindowRect(Qd.InsetRect(oldbounds, -3, -3))
+ Win.InvalWindowRect(Qd.InsetRect(self._bounds, -3, -3))
else:
- Win.InvalRect(oldbounds)
- Win.InvalRect(self._bounds)
+ Win.InvalWindowRect(oldbounds)
+ Win.InvalWindowRect(self._bounds)
if oldbounds[:2] == self._bounds[:2]:
# set visRgn to empty, to prevent nasty drawing side effect of LSize()
Qd.RectRgn(self._parentwindow.wid.GetWindowPort().visRgn, (0, 0, 0, 0))
self.SetPort()
Qd.EraseRect((l, cb, cr, b))
self._list.LUpdate(self._parentwindow.wid.GetWindowPort().visRgn)
- Win.ValidRect(bounds)
+ Win.ValidWindowRect(bounds)
else:
if self.drawingmode == 0 and self._list is not None:
self._list.LSetDrawingMode(0)
def adjust(self, oldbounds):
self.SetPort()
- Win.InvalRect(oldbounds)
- Win.InvalRect(self._bounds)
+ Win.InvalWindowRect(oldbounds)
+ Win.InvalWindowRect(self._bounds)
self.calcmoviebox()
def set(self, path_or_fss, start = 0):
self.SetPort()
if self.movie:
- #Win.InvalRect(self.movie.GetMovieBox())
+ #Win.InvalWindowRect(self.movie.GetMovieBox())
Qd.PaintRect(self.movie.GetMovieBox())
if type(path_or_fss) == type(''):
path = path_or_fss
elif self.running:
box = self.movie.GetMovieBox()
self.SetPort()
- Win.InvalRect(box)
+ Win.InvalWindowRect(box)
self.movie = None
self.running = 0
def adjust(self, oldbounds):
self.SetPort()
if self._selected and self._parentwindow._hasselframes:
- Win.InvalRect(Qd.InsetRect(oldbounds, -3, -3))
- Win.InvalRect(Qd.InsetRect(self._bounds, -3, -3))
+ Win.InvalWindowRect(Qd.InsetRect(oldbounds, -3, -3))
+ Win.InvalWindowRect(Qd.InsetRect(self._bounds, -3, -3))
else:
- Win.InvalRect(oldbounds)
- Win.InvalRect(self._bounds)
+ Win.InvalWindowRect(oldbounds)
+ Win.InvalWindowRect(self._bounds)
viewrect, destrect = self._calctextbounds()
self.ted.WESetViewRect(viewrect)
self.ted.WESetDestRect(destrect)
Qd.RectRgn(rgn, viewrect)
Qd.EraseRect(viewrect)
self.draw(rgn)
- #Win.InvalRect(self.ted.WEGetViewRect())
+ #Win.InvalWindowRect(self.ted.WEGetViewRect())
self.updatescrollbars()
def get(self):
if y == None:
x, y = x
self.SetPort()
- Win.InvalRect(self.getgrowrect())
+ Win.InvalWindowRect(self.getgrowrect())
self.wid.SizeWindow(x, y, 1)
self._calcbounds()
def drawwidgetbounds(self, onoff):
self._drawwidgetbounds = onoff
self.SetPort()
- Win.InvalRect(self._bounds)
+ Win.InvalWindowRect(self._bounds)
def _drawbounds(self):
pass
self.draw()
def do_postresize(self, width, height, window):
- Win.InvalRect(self.getgrowrect())
+ Win.InvalWindowRect(self.getgrowrect())
self._calcbounds()
def do_inGoAway(self, partcode, window, event):
self.list.LSetCell(contents[i], (0, i))
self.list.LSetDrawingMode(1)
##self.list.LUpdate(self.wid.GetWindowPort().visRgn)
- Win.InvalRect(self.listrect)
+ Win.InvalWindowRect(self.listrect)
def additem(self, item):
where = self.list.LAddRow(1, 0)