Signal

GtkComboBox::move-active

since: 2.12

Declaration

void
move_active (
  GtkComboBox* self,
  GtkScrollType* scroll_type,
  gpointer user_data
)

Description [src]

The ::move-active signal is a [keybinding signal][GtkBindingSignal] which gets emitted to move the active selection.

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
Available since: 2.12

Parameters

scroll_type

Type: GtkScrollType

A GtkScrollType.

The data is owned by the caller of the function.