diff options
author | Matthias Clasen <mclasen@redhat.com> | 2008-08-04 23:40:36 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-04 23:40:36 +0000 |
commit | 7d85757776f42ce6214b617d4cc42eb9fcbd3e4a (patch) | |
tree | 077c66d300c91ca43f0816813ff3f765a7eb9d93 /README.in | |
parent | b97d6816c892a4124668b3d67f5910a39f15ea40 (diff) | |
download | gtk+-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.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ====================== |