On Wed, 2003-05-28 at 09:40, Peter Van Osta wrote: > Hi, > > When "destroying" a window by clicking on the cross in the upper right > corner the window gets destroyed and cannot be opend again afterwards: > > Gtk-CRITICAL **: file gtkwidget.c: line 1428 (gtk_widget_show): > assertion `GTK_IS_WIDGET (widget)' failed. > > How to avoid this behavior and to make it possible to reopen the window > again ?
See usage of "delete_event" in http://www.gtk.org/tutorial/ch-gettingstarted.html Regards, Owen _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
