signal callback delegate or function to connect
void callback(int responseId, gtk.dialog.Dialog dialog)
responseId the response ID (optional)
dialog the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Response signal.
Emitted when an action widget is clicked, the dialog receives a delete event, or the application programmer calls gtk.dialog.Dialog.response. On a delete event, the response ID is #GTK_RESPONSE_DELETE_EVENT. Otherwise, it depends on which action widget was clicked.