[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Horizontal Scrolling in sequence-dialog-item
- To: info-macl@cambridge.apple.com
- Subject: Horizontal Scrolling in sequence-dialog-item
- From: lynch@aristotle.ils.nwu.edu
- Date: Wed, 5 Feb 1992 12:39:25 -0600
#|
Horizontal scrolling seems rather brain-dead...
Does anyone have a fix so that scrolling horizontally will "page" through
the remainder of the contents of a cell when
(point-h cell-size) >> (point-h view-size) ?
Example of what I don't want follows.
|#
(defclass sample-sequence (sequence-dialog-item)
()
(:default-initargs
:view-size #@(200 100)
:cell-size #@(1000 16)))
(add-subviews (make-instance 'window)
(make-instance 'sample-sequence
:table-sequence (list (make-string 200 :initial-element #\A)
(make-string 200 :initial-element #\B))))
;Try to scroll to the right to see the other A's and B's.
"TANSTAAFL" Rich lynch@ils.nwu.edu