]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcombobox.h
Bug 382291 – Automatically dim the combobox when the model is empty
[~andy/gtk] / gtk / gtkcombobox.h
index cc93415a0cb5a0d5af00016abceb1c7e99b197e8..1da1562b1992e4c6a9b5d242addb41ea2cbcecda 100644 (file)
@@ -114,6 +114,10 @@ void                        gtk_combo_box_set_row_separator_func (GtkComboBox
                                                                  gpointer                    data,
                                                                  GDestroyNotify              destroy);
 
+void               gtk_combo_box_set_button_sensitivity (GtkComboBox        *combo_box,
+                                                        GtkSensitivityType  sensitivity);
+GtkSensitivityType gtk_combo_box_get_button_sensitivity (GtkComboBox        *combo_box);
+
 /* convenience -- text */
 GtkWidget    *gtk_combo_box_new_text         (void);
 void          gtk_combo_box_append_text      (GtkComboBox     *combo_box,