[ Version ( since = "2.14" ) ]
public void set_button_sensitivity (SensitivityType sensitivity)
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).
this |
a ComboBox |
sensitivity |
specify the sensitivity of the dropdown button |