Signal

GtkDialog::close

deprecated: 4.10 

Declaration

void
close (
  GtkDialog* self,
  gpointer user_data
)

Description [src]

Emitted when the user uses a keybinding to close the dialog.

This is a keybinding signal.

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
Deprecated since: 4.10

Use GtkWindow instead.