Submitted by Anonymous on Fri, 09/14/2001 - 21:14. Developers
HI,
I have a widget which is "freed Handle" .
It is not null. Is there a way to check if
the widget is valid or a freed handle.
Let me know.
Thanks,
kgs
Questions about motif? Contact us
No, there is no way. A widget is a pointer, and the pointer could be pointing to memory which has been freed and reused and looks good.
To track widget destruction, use XtNdestroyCallback.