Signal

GtkMenuShell::activate-current

Declaration

void
activate_current (
  GtkMenuShell* self,
  gboolean force_hide,
  gpointer user_data
)

Description [src]

An action signal that activates the current menu item within the menu shell.

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

Parameters

force_hide

Type: gboolean

If TRUE, hide the menu after activating the menu item.