On Thu, Aug 28, 2008 at 9:12 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > hi, > > I've read that a treeview has the scolling ability built-in. > Does that include an easy way to display scrollbars, too? > > Or is it necessary to create scrollbars and adjustments and > connect all events separately?
Simply create a GtkScrolledWindow and add the GtkTreeView to this container. Then scrolling will work out of the box. regards, -kris. _______________________________________________ gtk-app-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
