Widget.addOnUnrealize

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

class Widget
gulong
addOnUnrealize
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)