Re: GTK_DESTROYED not set after gtk_object_destroy() ?



murrayc t-online de (Murray Cumming) writes:
> How can I tell the GtkObject that it shouldn't use any of it's
> callbacks, so that I can safely free the C++ wrapper instance.

Object methods are allowed to be called until the object has been
finalized, so if calling methods involves touching the wrapper, you
can't free the wrapper until the object is finalized.

Havoc





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