widget destroyment



Title: widget destroyment

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);
        GTK_OBJECT_SET_FLAGS (widget, DESTROYED);
        gtk_object_unref(widget);

Thanks for answer

Isabelle



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]