mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-23 20:30:15 +00:00
initialize scrollbar_spacing (gtk-fortier-980103-0)
* gtk/gtkscrolledwindow.c: initialize scrollbar_spacing (gtk-fortier-980103-0) -Shawn
This commit is contained in:
parent
0eedb30ce8
commit
65d015d813
@ -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).
|
||||
|
@ -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).
|
||||
|
@ -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).
|
||||
|
@ -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).
|
||||
|
@ -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).
|
||||
|
@ -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).
|
||||
|
@ -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).
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user