Re: [gtk-list] Re: Widget scrolling



On Thu, May 06, 1999 at 12:43:31AM -0400, Jean-Francois Nadeau wrote:
> 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)

scrolled_window sets its adjustments for clist during the gtk_container_add
call via gtk_widget_set_scroll_adjustments. Since clist is its own
viewport, it does not need a viewport as parent. So clist does not "bypass"
the default viewport behavior, because there is no viewport.

bye,
  Lars



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