| Not completely sure if unref will do it but I know that gtk_widget_destroy(GtkWidget *) will free
the memory. Martyn -----Original
Message----- Hello,  Can anyone tell me if the following code release
memory of the widget or if it's simply but a flag to true ??          gtk_object_ref
(widget);  Thanks for answer  Isabelle  |