Signal

Gtk.ComboBox::move-active

Declaration

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

Description [src]

Emitted to move the active selection.

This is an keybinding signal.

Default handler:

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

The signal can be emitted directly

Parameters

scroll_type GtkScrollType
 

a GtkScrollType

 Ownership is not transferred to the callee