modal dialogs
[email protected] (Daniel Adams)
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <[email protected]> |
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 --