Re: gtkctree



The proper way to have the horizontal scroll bar function properly
on a GtkCTree (not just a plain GtkCList) is to use:

gtk_clist_set_column_auto_resize(GTK_CLIST(ctree), 0, TRUE);
gtk_clist_set_column_justification(GTK_CLIST(ctree), 0, GTK_JUSTIFY_LEFT);

It's working great, exactly as you said, thanks!

I'm assuming you only have one column in the GtkCTree btw.
If you have other regular columns in the ctree then it might
be a bit different but try the above anyways.

Yes, I have only one column,

Carlos



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]