Signal

GtkMenuShell::cycle-focus

Declaration

void
cycle_focus (
  GtkMenuShell* self,
  GtkDirectionType direction,
  gpointer user_data
)

Description [src]

A keybinding signal which moves the focus in the given direction.

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

direction

Type: GtkDirectionType

The direction to cycle in.