Gtk.ComboBox.prototype.get_has_entry
function get_has_entry():Boolean { // Gjs wrapper for gtk_combo_box_get_has_entry() }
Returns whether the combo box has an entry.
Since 2.24
- Returns
whether there is an entry in combo_box.
function get_has_entry():Boolean { // Gjs wrapper for gtk_combo_box_get_has_entry() }
Returns whether the combo box has an entry.
Since 2.24
whether there is an entry in combo_box.