initialize scrollbar_spacing (gtk-fortier-980103-0)

* gtk/gtkscrolledwindow.c: initialize scrollbar_spacing
          (gtk-fortier-980103-0)

-Shawn
This commit is contained in:
Shawn Amundson 1998-01-03 17:00:37 +00:00
parent 0eedb30ce8
commit 65d015d813
8 changed files with 37 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Sat Jan 3 11:09:51 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/gtkscrolledwindow.c: initialize scrollbar_spacing
(gtk-fortier-980103-0)
Sat Jan 3 10:15:08 1998 Scott Goehring <scott@poverty.bloomington.in.us>
* configure.in: fixed a typo (no_xext_lib, not no_ext_lib).

View File

@ -1,3 +1,8 @@
Sat Jan 3 11:09:51 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/gtkscrolledwindow.c: initialize scrollbar_spacing
(gtk-fortier-980103-0)
Sat Jan 3 10:15:08 1998 Scott Goehring <scott@poverty.bloomington.in.us>
* configure.in: fixed a typo (no_xext_lib, not no_ext_lib).

View File

@ -1,3 +1,8 @@
Sat Jan 3 11:09:51 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/gtkscrolledwindow.c: initialize scrollbar_spacing
(gtk-fortier-980103-0)
Sat Jan 3 10:15:08 1998 Scott Goehring <scott@poverty.bloomington.in.us>
* configure.in: fixed a typo (no_xext_lib, not no_ext_lib).

View File

@ -1,3 +1,8 @@
Sat Jan 3 11:09:51 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/gtkscrolledwindow.c: initialize scrollbar_spacing
(gtk-fortier-980103-0)
Sat Jan 3 10:15:08 1998 Scott Goehring <scott@poverty.bloomington.in.us>
* configure.in: fixed a typo (no_xext_lib, not no_ext_lib).

View File

@ -1,3 +1,8 @@
Sat Jan 3 11:09:51 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/gtkscrolledwindow.c: initialize scrollbar_spacing
(gtk-fortier-980103-0)
Sat Jan 3 10:15:08 1998 Scott Goehring <scott@poverty.bloomington.in.us>
* configure.in: fixed a typo (no_xext_lib, not no_ext_lib).

View File

@ -1,3 +1,8 @@
Sat Jan 3 11:09:51 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/gtkscrolledwindow.c: initialize scrollbar_spacing
(gtk-fortier-980103-0)
Sat Jan 3 10:15:08 1998 Scott Goehring <scott@poverty.bloomington.in.us>
* configure.in: fixed a typo (no_xext_lib, not no_ext_lib).

View File

@ -1,3 +1,8 @@
Sat Jan 3 11:09:51 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/gtkscrolledwindow.c: initialize scrollbar_spacing
(gtk-fortier-980103-0)
Sat Jan 3 10:15:08 1998 Scott Goehring <scott@poverty.bloomington.in.us>
* configure.in: fixed a typo (no_xext_lib, not no_ext_lib).

View File

@ -96,6 +96,8 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class)
container_class->add = gtk_scrolled_window_add;
container_class->remove = gtk_scrolled_window_remove;
container_class->foreach = gtk_scrolled_window_foreach;
class->scrollbar_spacing = 5;
}
static void