Method

GtkComboBoxget_focus_on_click

deprecated: 3.20 since: 2.6

Declaration [src]

gboolean
gtk_combo_box_get_focus_on_click (
  GtkComboBox* combo
)

Description [src]

Returns whether the combo box grabs focus when it is clicked with the mouse. See gtk_combo_box_set_focus_on_click().

Available since: 2.6

Deprecated since: 3.20

Use gtk_widget_get_focus_on_click() instead.

Return value

Type: gboolean

TRUE if the combo box grabs focus when it is clicked with the mouse.