Re: GTK-Treeview ( unallocate listStore )

2004-01-17 Thread Keith Sharp
On Fri, 2004-01-16 at 18:33, Chris De Maeyer wrote: On Fri, 2004-01-16 at 13:50, Brice LEROY wrote: Hello, I looking for a solution to deallocate a liststore loaded in a treeview. If you know a function to get the pointer to the gtk_list_store loaded in a treeview to delete with

GTK-Treeview ( unallocate listStore )

2004-01-16 Thread Brice LEROY
Hello, I looking for a solution to deallocate a liststore loaded in a treeview. If you know a function to get the pointer to the gtk_list_store loaded in a treeview to delete with g_free() this variable. thx - Bonjour, Je recherche une solution pour désalouer

GTK-Treeview ( unallocate listStore )

2004-01-16 Thread Brice LEROY
Hello, I looking for a solution to deallocate a liststore loaded in a treeview. If you know a function to get the pointer to the gtk_list_store loaded in a treeview to delete with g_free() this variable. thx - Bonjour, Je recherche une solution pour désalouer

Re: GTK-Treeview ( unallocate listStore )

2004-01-16 Thread Chris De Maeyer
g_object_unref (G_OBJECT (store)); On Fri, 2004-01-16 at 13:50, Brice LEROY wrote: Hello, I looking for a solution to deallocate a liststore loaded in a treeview. If you know a function to get the pointer to the gtk_list_store loaded in a treeview to delete with g_free() this