Signal

GtkComboBox::popdown

since: 2.12

Declaration

gboolean
popdown (
  GtkComboBox* self,
  gpointer user_data
)

Description [src]

The ::popdown signal is a [keybinding signal][GtkBindingSignal] which gets emitted to popdown the combo box list.

The default bindings for this signal are Alt+Up and Escape.

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

Return value

Type: gboolean

No description available.