summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2008-08-04 23:40:36 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-08-04 23:40:36 +0000
commit7d85757776f42ce6214b617d4cc42eb9fcbd3e4a (patch)
tree077c66d300c91ca43f0816813ff3f765a7eb9d93 /README.in
parentb97d6816c892a4124668b3d67f5910a39f15ea40 (diff)
downloadgtk+-7d85757776f42ce6214b617d4cc42eb9fcbd3e4a.tar.gz
Bug 382291 – Automatically dim the combobox when the model is empty
2008-08-04 Matthias Clasen <mclasen@redhat.com> Bug 382291 – Automatically dim the combobox when the model is empty * gtk/gtk.symbols: * gtkcombobox.[hc]: Add a GtkComboBox::button-sensitivity property with getter and setter to control the sensitity of empty combo boxes. Patch by Carlos Garnacho, Sven Herzberg, Christian Dywan and others. * README.in: Add a note about automatic combobox sensitivity. svn path=/trunk/; revision=20997
Diffstat (limited to 'README.in')
-rw-r--r--README.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.in b/README.in
index 908358f215..71b6538206 100644
--- a/README.in
+++ b/README.in
@@ -42,6 +42,12 @@ Release notes for 2.14
the GtkFileSystem interface is no longer available, nor the filechooser
will load any GtkFileSystem implementation.
+* GtkComboBox now renders the popdown button insensitive when
+ the model is empty. Applications which want to populate the list
+ only before displaying it can set gtk_combo_box_set_button_sensitivity
+ to GTK_SENSITIVITY_ON, so that the button is always sensitive or
+ GTK_SENSITIVITY_OFF to make it insensitive respectively.
+
Release notes for 2.12
======================