subscribe

2005-04-14 Thread Kris Marsh
subscribe ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GtkTreeView data

2005-04-14 Thread Kris Marsh
Hi, I'm trying to attach extra information to each row in a list, and then retrieve it later on from a row on a double click (row_activated) event. Basically, i've tried: g_object_set_data(G_OBJECT(&iter_child), "my_info", GUINT_TO_POINTER(some_info)); Upon inserting an item into the list and