waiting for popup dialogs
- From: Marco Lettere <lettere di unipi it>
- To: <gtk-list gnome org>
- Subject: waiting for popup dialogs
- Date: Tue, 24 Jul 2001 12:00:09 +0200 (CEST)
how can I wait for a popupdialog to terminate before going on with the
code written after the function which creates the dialogs?
I cannot put up a destroy-handler on the popup dialog and i have to use
gtk mechanism for portability reasons.
example:
//this function creates a dialog which ask if you want
//to save the old archive before loading the new one.
//it has a OK and a CANCEL buttons. After clicking any of these
//buttons the dlg gets detroyed and the loading process should go
//on.
create_requestforSave_dlg();
//this is the code for loading an archive and should execute only
//after the requestForSave dialog was destroyed.
archive.load("newarch.arc")
any suggestions?
thanx.
M. Lettere.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]