Gtk.ComboBox.prototype.get_focus_on_click
function get_focus_on_click():Boolean { // Gjs wrapper for gtk_combo_box_get_focus_on_click() }
Returns whether the combo box grabs focus when it is clicked with the mouse. See Gtk.set_focus_on_click.
Since 2.6
- Returns
true if the combo box grabs focus when it is clicked with the mouse.