[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Scrolling a fred-window from another function
- To: info-macl@cambridge.apple.com
- Subject: Scrolling a fred-window from another function
- From: hohmann@zug.csmil.umich.edu
- Date: Mon, 11 May 92 11:44:15 -0400
How can I scroll a fred window from another function? In other
words, let's say I have the following:
(setf foo (make-instance 'fred-window))
How can I:
(defun some-function (args)
...
...
scroll foo by some amount
...
...
)
THANKS!