Widget.addOnUnrealize

The ::unrealize signal is emitted when the GdkWindow associated with widget is destroyed, which means that gtk_widget_unrealize() has been called or the widget has been unmapped (that is, it is going to be hidden).

class Widget
void
addOnUnrealize
(
void delegate dlg
,)

Meta