Am Sonntag, den 02.10.2005, 20:58 +0200 schrieb The Saltydog:
> On 10/1/05, The Saltydog <[EMAIL PROTECTED]> wrote:
> > On 10/1/05, Christian Neumair <[EMAIL PROTECTED]> wrote:
> > >
> > > Do you want to arrange that your tree view does no horizontal scrolling
> > > at all, or that only the second column scrolls?
> >
> > No, I need horizontal scrolling, but the first column must be fixed as
> > an header. The treeview should scroll from the second.
> >
> 
> .. a sort of "double header", one horizontal and the other one vertical..

Maybe you should create two GtkTreeViews that share one model and pack
both into scrolled windows with different scroll policies. These two
scrolled windows should then be packed into one hbox. Good luck! :)

-- 
Christian Neumair <[EMAIL PROTECTED]>
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to