Re: scrollbar to tree view widget?



On Sat, 2004-01-10 at 20:20, Chris De Maeyer wrote:
how do i connect a vertical scrollbar to a tree view?

Not sure if this is what you're asking for, but if you want scrollbars
around a treeview you can simply do something like:

scrolled_window = gtk_scrolled_window_new (NULL, NULL);
gtk_container_add (scrolled_window, tree_view);


ciao
        paolo




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