[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DW/CLIM question
Date: Tue, 26 Nov 1991 10:35-0500
From: JGA@ALDERAAN.SCRC.Symbolics.COM (John G. Aspinall)
(multiple-value-bind (lef top rit bot) (clim:bounding-rectangle* presentation)
(declare (ignore lef rit bot))
(multiple-value-bind (v-lef v-top) (clim:window-viewport-position* pane)
(declare (ignore v-top))
(clim:window-set-viewport-position* pane v-lef top)))
Date: Tue, 26 Nov 1991 11:17 EST
From: buff@pravda.cc.gatech.edu (Richard Billington)
Anyway at all of getting DW to tell me where it presented something (without
my explicitly telling it where to present it)?
I already replied to Richard, but in case anyone else on SLUG wants to know,
(dw:box-edges (dw:presentation-displayed-box your-presentation))
is equivalent to clim:bounding-rectangle*.