gtk: Replaced GtkScrolledWindow with GtkScrollingWindow.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Tue, 14 Aug 2012 04:39:48 +0000 (21:39 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Tue, 14 Aug 2012 04:39:48 +0000 (21:39 -0700)
commitb68993c01933a854d781c0e72910242ed34b9435
tree921dff6542183668fa50bc0ad790e4e608fee7b6
parentfd76e8a49bc281e7fbd89443d4ab5db8f135f040
gtk: Replaced GtkScrolledWindow with GtkScrollingWindow.

Define GtkScrollingWindow as a subclass of GtkScrolledWindow that
specializes (overrides) the geometry protocol, while inheriting
kinetic scrolling and other goodies(?).
src/gtk/Makefile-fragment
src/gtk/gtk-shim.h
src/gtk/gtk-widget.scm
src/gtk/gtk.cdecl
src/gtk/gtkscrollingwindow.c.stay [new file with mode: 0644]
src/gtk/gtkscrollingwindow.h [new file with mode: 0644]