mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 13:30:19 +00:00
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:
parent
9b593427aa
commit
47a06a247f
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
=============
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user