[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: scroll bars
- To: wew@gold.engin.umich.edu (William Edward Walsh), info-mcl@ministry.cambridge.apple.com
- Subject: Re: scroll bars
- From: bill@cambridge.apple.com (Bill St. Clair)
- Date: Wed, 25 May 1994 16:45:07 -0500
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".