TreeView in ScrolledWindow

2007-09-14 Thread q.
Hello ppl, I have a treeview that works and displays correctly, but when I try put it into a scrolled window I run into some problems. Unfortunatly I'm not fluent (yet) in GTK. As such I believe I mixed some of the wrong properties. I have pasted the creation of the scrolled window and the tople

Re: TreeView in ScrolledWindow

2007-09-14 Thread q.
> On Fri, 14 Sep 2007, yetist wrote: > > Maybe you should use gtk_scrolled_window_add_with_viewport to add the > view into scrollwindow. like this: > gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled_window), > view); > > 2007/9/14, q. <[EMAIL PRO