Gtk.ComboBox::popdown

function callback(combo_box, ):Boolean;

The ::popdown signal is a <link linkend="keybinding-signals">keybinding signal</link> which gets emitted to popdown the combo box list.

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

Since 2.12

combo_box

instance of Gtk.ComboBox that is emitting the signal

Returns