On Fri, Jun 16, 2000 at 06:36:10PM -0400, Havoc Pennington wrote:
> You just need to do this yourself, connect to the destroy signal on
> the parent for example and destroy child dialogs from there.

If by "exit at the toplevel window":

> However, if the dialogs are displayed and I exit at the toplevel
> window, destroying the toplevel window, the sub dialogs stick around.

she meant "exit the main loop", would "gtk_quit_add_destroy()" also
work, e.g.

        gtk_quit_add_destroy(gtk_main_level(), GTK_OBJECT(subdialog_window));

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to