get_button_sensitivity
Description:
Returns whether the combo box sets the dropdown button sensitive or not when there are no items in the model.
Note:
Use [class@Gtk.DropDown]
Parameters:
this |
a `GtkComboBox` |
Returns:
gtk_sensitivity_on if the dropdown button is sensitive when the model is empty, gtk_sensitivity_off if the button is always insensitive or gtk_sensitivity_auto if it is only sensitive as long as the model has one item to be selected. |