summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1997-12-23 20:13:14 +0000
committerTim Janik <timj@src.gnome.org>1997-12-23 20:13:14 +0000
commitee489eafb07e12f09b2e708eeeeb1b386710a485 (patch)
tree24560a2a9a302394708253e06176217e507b46c2 /ChangeLog.pre-2-10
parent104f72cf9534c1c4d3f5ac8bb45c2b1d8ec1576d (diff)
downloadgtk+-ee489eafb07e12f09b2e708eeeeb1b386710a485.tar.gz
this macro computes the spacing from klass->scrollbar_spacing now. adapted
* gtk/gtkscrolledwindow.c (SCROLLBAR_SPACING): this macro computes the spacing from klass->scrollbar_spacing now. adapted all functions that used this macro (based on a patch from Patrice Fortier). * gtk/gtkscrolledwindow.h (struct _GtkScrolledWindowClass): added scrollbar_spacing to substitute a define (patch from Patrice Fortier). -timj
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-106
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 3b1466863f..7111f2a41c 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,11 @@
Tue Dec 23 03:03:17 1997 Tim Janik <timj@psynet.net>
+ * gtk/gtkscrolledwindow.c (SCROLLBAR_SPACING): this macro computes
+ the spacing from klass->scrollbar_spacing now. adapted all functions
+ that used this macro (based on a patch from Patrice Fortier).
+ * gtk/gtkscrolledwindow.h (struct _GtkScrolledWindowClass): added
+ scrollbar_spacing to substitute a define (patch from Patrice Fortier).
+
* gtk/gtkrc.h (gtk_rc_parse_string): new function.
* gtk/gtkrc.c: many functions adapted to use GScanner for scanning.
(gtk_rc_parse): use gtk_rc_parse_any for parsing.