Home
last modified time | relevance | path

Searched refs:WaitDlg (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfnet/
H A Dgui.c162 GtkWidget *WaitDlg; in CFGwait() local
164 WaitDlg = gtk_message_dialog_new(NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_INFO, in CFGwait()
167 gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG(WaitDlg), in CFGwait()
170 gtk_dialog_run(GTK_DIALOG(WaitDlg)); in CFGwait()
171 gtk_widget_destroy(WaitDlg); in CFGwait()