GtkWidget::unrealize

void unrealize (void);

unrealize() is the corollary to realize() . When a widget is unrealized, all of its GDK resources ($widget->window) are released.

See also: realize()