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

Re: scroll bars



At  2:41 PM 5/25/94 +0000, William Edward Walsh wrote:
>Can anyone tell me the secret of getting a scroll-bar-dialog-item to
>scroll a dialog window (say, bound to the special variable *window*).  I
>am setting the value of the :scrolle slot to *window* but the window will
>not scroll.

When you mouse on the scroll bar, it's only action is to call
scroll-bar-changed with the scrollee as argument.
You must write a scroll-bar-changed method yourself.
See the example at the end of "ccl:library;scroll-bar-dialog-items.lisp".