Treeview with different GtkCellRenderes at each row?

2006-11-10 Thread Fabricio Rocha
Folks, Do you have any idea of how to create a listview in which one of the colums uses a different GtkCellRenderer for each row? I have browsed through the scentric.net GtkTreeView tutorial but havenĀ“t got a clue about that. All the documentation I found talks about a unique

Re: Treeview with different GtkCellRenderes at each row?

2006-11-10 Thread Andrea Zagli
Il giorno ven, 10/11/2006 alle 12.02 -0200, Fabricio Rocha ha scritto: Do you have any idea of how to create a listview in which one of the colums uses a different GtkCellRenderer for each row? http://mail.gnome.org/archives/gtk-app-devel-list/2006-August/msg00288.html

Scrolling a Tree View before it's realized

2006-11-10 Thread Attilio Fiandrotti
Hi In an application i add many items to a ListStore and make it scroll on the fly to the default option row, like this for (i = 0; i NUMBER_OF_ITEMS; i++) { gtk_list_store_append (store, iter); gtk_list_store_set (store, iter, MY_COLUMN, mystrings[i], -1); if