Re: Question about modal dialog in gtk application



Thanks. I am already using GTK_DIALOG. This is the code:

    GtkWidget* mWindow;
....

    gtk_widget_show_all(mWindow);
    gint response = gtk_dialog_run(GTK_DIALOG(mWindow));


On Sun, Apr 11, 2010 at 10:52 AM, Manu TM <manutm007 gmail com> wrote:
Just don't use GTK_DIALOG_MODAL in gtk_dialog_new()

Emmanuel Thomas-Maurin



silverburgh wrote:

Hi,

In my gtk application, I can create 2 windows.
But when I open a dialog in one of my window using gtk_dialog_run(),
why the other window is frozen?
How can I code it so that one modal dialog do not freeze the other window?

Thank you.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]