Virtual Method
GtkDialogresponse
Declaration [src]
void
response (
GtkDialog* dialog,
gint response_id
)
Description [src]
Emits the GtkDialog::response
signal with the given response ID.
Used to indicate that the user has responded to the dialog in some way;
typically either you or gtk_dialog_run()
will be monitoring the
::response signal and take appropriate action.