[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scroll-bar-dialog-item



scroll-bar-dialog-item seems to ignore its setting keyword argument.

(Unless I'm completely wrong about its purpose.)

Here is a patch.


;;;;HACK!!! Yes, I am actually putting a method on a "closed" object.
(defmethod initialize-instance :after ((view scroll-bar-dialog-item) &key
setting)
  (set-scroll-bar-setting view (or setting (scroll-bar-min view)))
)
"TANSTAAFL" Rich lynch@ils.nwu.edu