Signal

GtkMenuShell::move-selected

since: 2.12

Declaration

gboolean
move_selected (
  GtkMenuShell* self,
  gint distance,
  gpointer user_data
)

Description [src]

The ::move-selected signal is emitted to move the selection to another item.

Default handler:

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

Available since: 2.12

Parameters

distance

Type: gint

+1 to move to the next item, -1 to move to the previous.

Return value

Type: gboolean

TRUE to stop the signal emission, FALSE to continue.