diff options
author | Tim Janik <timj@imendio.com> | 2006-05-10 14:02:20 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2006-05-10 14:02:20 +0000 |
commit | 4e8e3add5b7defdaa5d628f85079d9b64754d9c4 (patch) | |
tree | d8b9fc850067e03a2da335ab1bda4f8a12e26856 /ChangeLog | |
parent | 6942f71c31374fb894e3422fa984df42810aafcf (diff) | |
download | gtk+-4e8e3add5b7defdaa5d628f85079d9b64754d9c4.tar.gz |
applied unified patch for configurable scroll arrow sizes from bug #333632
Wed May 10 15:57:53 2006 Tim Janik <timj@imendio.com>
* applied unified patch for configurable scroll arrow sizes from
bug #333632 and bug #325282.
* gtk/gtkwidget.c (gtk_widget_class_init): added ::scroll-arrow-hlength
and ::scroll-arrow-vlength style properties. fixed upper limit for
::separator-width and ::separator-height to be MAXINT.
* gtk/gtkmenu.c: use GtkWidget::scroll-arrow-vlength to determine the
scroll arrow size, instead of using a hard coded constant.
* gtk/gtknotebook.c: use GtkWidget::scroll-arrow-vlength and
GtkWidget::scroll-arrow-hlength to determine scroll arrow sizes.
added GtkNotebook::arrow-spacing style property to configure the
spacing between scroll arrows.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +Wed May 10 15:57:53 2006 Tim Janik <timj@imendio.com> + + * applied unified patch for configurable scroll arrow sizes from + bug #333632 and bug #325282. + + * gtk/gtkwidget.c (gtk_widget_class_init): added ::scroll-arrow-hlength + and ::scroll-arrow-vlength style properties. fixed upper limit for + ::separator-width and ::separator-height to be MAXINT. + + * gtk/gtkmenu.c: use GtkWidget::scroll-arrow-vlength to determine the + scroll arrow size, instead of using a hard coded constant. + + * gtk/gtknotebook.c: use GtkWidget::scroll-arrow-vlength and + GtkWidget::scroll-arrow-hlength to determine scroll arrow sizes. + added GtkNotebook::arrow-spacing style property to configure the + spacing between scroll arrows. + 2006-05-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpagesetupunixdialog.c: Don't include langinfo.h |