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
Deprecated: Use gtk.window.Window instead
Connect to Response signal.
Emitted when an action widget is clicked.
The signal is also emitted when the dialog receives a delete event, and when gtk.dialog.Dialog.response is called. On a delete event, the response ID is gtk.types.ResponseType.DeleteEvent. Otherwise, it depends on which action widget was clicked.