Re: scrollbar to tree view widget?
- From: Paolo Borelli <pborelli katamail com>
- To: Chris De Maeyer <chrisdm pandora be>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: scrollbar to tree view widget?
- Date: Sat, 10 Jan 2004 20:43:40 +0100
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]