signal callback delegate or function to connect
void callback(int responseId, gtk.native_dialog.NativeDialog nativeDialog)
responseId the response ID (optional)
nativeDialog 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 the user responds to the dialog.
When this is called the dialog has been hidden.
If you call gtk.native_dialog.NativeDialog.hide before the user responds to the dialog this signal will not be emitted.