Re: [gtk-list] Re: Widget scrolling



But how the clist get the adjustments of the scrolledwindow widget and how
the clist bypass the default behavior of the viewport widget? (XCopyArea
method instead of the big xwindow moving for scrolling)

Jean-Francois Nadeau

-----Original Message-----
From: Havoc Pennington <rhp@zirx.pair.com>
To: gtk-list@redhat.com <gtk-list@redhat.com>
Date: Wednesday, May 05, 1999 11:22 PM
Subject: [gtk-list] Re: Widget scrolling


>
>On Wed, 5 May 1999, Jean-Francois Nadeau wrote:
>>
>> The problem is that i can't figure out how the communication between the
CList widget and the viewport widget is done.
>>
>
>Via a GtkAdjustment; moving the scrollbar changes the adjustment, and the
>CList connects to the adjustment's "changed" signals. (I guess it also
>goes the other way, since you can use arrow keys to navigate and the clist
>updates.)
>
>Havoc
>
>
>--
>To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null
>



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