set_button_sensitivity
Description:
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).
Parameters:
this |
a ComboBox |
sensitivity |
specify the sensitivity of the dropdown button |