Signal

GtkDialog::close

Declaration

void
close (
  GtkDialog* self,
  gpointer user_data
)

Description [src]

The ::close signal is a [keybinding signal][GtkBindingSignal] which gets emitted when the user uses a keybinding to close the dialog.

The default binding for this signal is the Escape key.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Signal can be directly emitted on objects from user code