[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Scrolling windows in 2.0
- To: info-macl@cambridge.apple.com
- Subject: Scrolling windows in 2.0
- From: lynch@aristotle.ils.nwu.edu (Richard Lynch)
- Date: Thu, 15 Aug 91 15:42:41 CDT
I need a window to be able to scroll horizontally from -N1 to N2.
-N1 and N2 are not known until after view-draw-contents is done.
I tried just loading in scrolling-windows and making a subclass
of scroller that specializes scroll-limits (something like that),
but that function doesn't even seem to get called.
PS: This is for a hierarchy editor that I will be happy to release
if I ever finish it...