diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-11-17 15:04:21 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-11-17 15:04:21 +0000 |
commit | 47a06a247feb5626a481c9809737e281e5ae30ca (patch) | |
tree | 45b0f72a92ef40963c428ca93b2e66fe86f97ea7 /README.in | |
parent | 9b593427aab6bb5bd63bd7d657e871c66bf1704a (diff) | |
download | gtk+-47a06a247feb5626a481c9809737e281e5ae30ca.tar.gz |
Add a note about range arrow sensitivity.
2005-11-17 Matthias Clasen <mclasen@redhat.com>
* README.in: Add a note about range arrow sensitivity.
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -36,6 +36,12 @@ Release notes for 2.10 in third-party widgets which forget to call gtk_style_attach() in their realize functions. +* Range widgets like GtkScrollbar now render their arrows insensitive + when the slider is at the end. Applications which react to arrow + clicks even if the slider is at the end may want to use the new + gtk_range_set_[upper/lower]_stepper_sensitivity() functions to + prevent the arrows from being rendered insensitive. + Release notes ============= |