Add a note about range arrow sensitivity.

2005-11-17  Matthias Clasen  <mclasen@redhat.com>

	* README.in: Add a note about range arrow sensitivity.
This commit is contained in:
Matthias Clasen 2005-11-17 15:04:21 +00:00 committed by Matthias Clasen
parent 9b593427aa
commit 47a06a247f
3 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2005-11-17 Matthias Clasen <mclasen@redhat.com>
* README.in: Add a note about range arrow sensitivity.
* perf/treeview.c: const correctness fixes
found by Arjan van de Ven and gcc.

View File

@ -1,5 +1,7 @@
2005-11-17 Matthias Clasen <mclasen@redhat.com>
* README.in: Add a note about range arrow sensitivity.
* perf/treeview.c: const correctness fixes
found by Arjan van de Ven and gcc.

View File

@ -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
=============