OK, now a different problem. I don't want the image
and text to appear in different columns, I want them
in the same column. I tried the example in
http://mail.gnome.org/archives/gtk-app-devel-list/2002-August/msg00334.html
In this example
Thanks and Regards
Deekshit M
--- Iago Rubio <[EMAIL PR
Thank you very much. Now I got the problem, I was
creating model like
model = gtk_tree_store_new (1, G_TYPE_STRING);
Now I corrected it.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-deve
On Sat, 2005-03-19 at 11:33 -0800, Deekshit M wrote:
> Hi all,
> I wanted to have some images on the tree nodes. I
> created my column like
>
> GtkCellRenderer *renderer_image;
renderer_image = gtk_cell_renderer_pixbuf_new();
> column = gtk_tree_view_column_new();
> gtk_tree_view_column_pack