CLIM mail archive

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

Re: Help with scrolling.



    Date: Thu, 7 Oct 1993 19:39 EDT
    From: Chris Richardson <cer@franz.com>

    You can define a method on the generic function
    (note-viewport-position-changed frame pane) specialized on your frame
    class.

    Your method can call window-set-viewport-position on the other panes to
    keep them synchronized.

Although note that we all agreed to add X and Y arguments to
NOTE-VIEWPORT-POSITION-CHANGED!  You might have to put a read-time
condition in for the X and Y arguments.  Without the X and Y args,
you will have to call WINDOW-VIEWPORT-POSITION to get them yourself.

References:

Main Index | Thread Index