Re: GtkTreeViewColumn get column id

2005-04-22 Thread Hubert Sokolowski
so the proper question would be: how to get the list of columns ids of a treemodel that are rendered by a treeview? but now I know that's impossible in current framework :(. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail

Re: GtkTreeViewColumn get column id

2005-04-22 Thread Hubert Sokolowski
I will try to explain it better > I added a column to a treeview with > renderer = gtk_cell_renderer_text_new (); > column = gtk_tree_view_column_new_with_attributes (col_title, >renderer, >

GtkTreeViewColumn get column id

2005-04-21 Thread Hubert Sokolowski
Hi! I added a column to a treeview with renderer = gtk_cell_renderer_text_new (); column = gtk_tree_view_column_new_with_attributes (col_title, renderer, "text",