Re: closing a GtkFileChooserDialog
- From: The Saltydog <thesaltydog gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Re: closing a GtkFileChooserDialog
- Date: Sat, 9 Jul 2005 22:00:19 +0200
On 7/9/05, Eduardo M KALINOWSKI <ekalin bol com br> 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]