Signal

GtkMenuShell::cancel

Declaration

void
cancel (
  GtkMenuShell* self,
  gpointer user_data
)

Description [src]

An action signal which cancels the selection within the menu shell. Causes the GtkMenuShell::selection-done signal to be emitted.

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