Gtk.ComboBox.prototype.popup_for_device
function popup_for_device(device:Gdk.Device):void {
// Gjs wrapper for gtk_combo_box_popup_for_device()
}Pops up the menu or dropdown list of combo_box, the popup window will be grabbed so only device and its associated pointer/keyboard are the only Gdk.Device<!-- -->s able to send events to it.
Since 3.0
- device