Method
GtkComboBoxset_button_sensitivity
since: 2.14
Declaration [src]
void
gtk_combo_box_set_button_sensitivity (
GtkComboBox* combo_box,
GtkSensitivityType sensitivity
)
Description [src]
Sets whether the dropdown button of the combo box should be
always sensitive (GTK_SENSITIVITY_ON
), never sensitive (GTK_SENSITIVITY_OFF
)
or only if there is at least one item to display (GTK_SENSITIVITY_AUTO
).
Available since: 2.14
Sets property | Gtk.ComboBox:button-sensitivity |
Parameters
sensitivity
-
Type:
GtkSensitivityType
Specify the sensitivity of the dropdown button.