> 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 PROTECTED]>:
> >
> > Hello ppl,
> >
>
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 PROTECTED]>:
>
> Hello ppl,
>
> I have a treeview that works and displays correctly, bu