[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Set-view-position
- To: info-mcl@cambridge.apple.com
- Subject: Set-view-position
- From: jipan@gmuvax2.gmu.edu (Jiqian Pan)
- Date: Tue, 10 Mar 92 14:37:49 -0500
I try to make an object by (make-instance 'static-text-dialog-item),
erase and redraw the object using the code:
(erase-rect view <a rectangle>)
(set-view-position view <new points>)
(view-draw-contents view)
After running the code, the object was still drawn in the same position.
Can anyone fix the problem? Thanks.
jipan@gmuvax2.gmu.edu