Gtk.ComboBox.prototype.popup

function popup():void {
    // Gjs wrapper for gtk_combo_box_popup()
}

Pops up the menu or dropdown list of combo_box.

This function is mostly intended for use by accessibility technologies; applications should have little use for it.

Since 2.4