API Version: 3.0
Library Version: 3.24
gboolean move_selected ( GtkMenuShell* self, gint distance, gpointer user_data )
The ::move-selected signal is emitted to move the selection to another item.
The default handler is called after the handlers added via g_signal_connect().
g_signal_connect()
distance
gint
+1 to move to the next item, -1 to move to the previous.
gboolean
TRUE to stop the signal emission, FALSE to continue.
TRUE
FALSE