2008-05-19 [colin] 3.4.0cvs54
[claws.git] / src / gtk / combobox.h
index e69f52c3249e2d77e36a8576bc74b20b6fef6446..6aedcc615d9bfb2507eeaf38af75921fe1a16c88 100644 (file)
@@ -65,5 +65,8 @@ void combobox_set_popdown_strings(GtkComboBox         *combobox,
                                 GList       *list);
 gboolean combobox_set_value_from_arrow_key(GtkComboBox *combobox,
                                 guint keyval);
+void combobox_set_sensitive    (GtkComboBox *combobox,
+                                const guint index,
+                                const gboolean sensitive);
 
 #endif /* __COMBOBOX_H__ */