On 7/9/05, Eduardo M KALINOWSKI <[EMAIL PROTECTED]> wrote:
> If you only call the function to destroy the dialog after your long
> subroutine, it will only be destroyed after the subroutine, naturally.
> You must call gtk_widget_destroy before calling the subroutine. Besides,
> it might be necessary to use a while (gtk_events_pending())
> gtk_main_iteration(); loop after the destruction for the widget to be
> removed from the screen, but I'm not completely sure. But try it.


yes...of course :-)
Thank you
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to