Re: [PHP-GTK] modal dialogs
[email protected] (Rich Payne)
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <[email protected]> |
Well, if I remember my Gtk+/GNOME readings correctly you should be able to call another Gtk::main() in the dialog. This bascially holds the first Gtk::main() function you called until the 2nd exits. Now, I have NOT tried this yet in php-gtk so it might work, it might not, it might repartition your hard disk, steal the money from your bank account....you get the picture :) --rdp On Thu, 26 Jul 2001, Daniel Adams wrote: > I've created a GtkDialog with that is set to modal but when i call > $dialog->show () on it the calling function continues to execute. Is > there any way to call the dialog so that the calling function blocks until > the dialog is hidden again? > - Dan > > -- Rich Payne [email protected] www.alphalinux.org