gtk: Update to Gtk+3.6. Separate GtkScrolledWindow and GtkScrolledView.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Tue, 29 Jan 2013 05:07:53 +0000 (22:07 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Tue, 29 Jan 2013 05:07:53 +0000 (22:07 -0700)
commit8701dd7c848af2758caea9183b849f7888f7f006
treeab2e44831e5bd970fa5a74a32e231a8f5c24f454
parent8c93bbbe892493af8d80e18f8faed61df6fcbf0d
gtk: Update to Gtk+3.6.  Separate GtkScrolledWindow and GtkScrolledView.

Rename GtkScrollingWindow to GtkScrolledView and fix it to work with
Gtk+3.6.0 (in Ubuntu 12.10).  Create distinct classes for
GtkScrolledWindow and GtkScrolledView.  The former might be useful to
someone else, and substituting the latter for the former just invites
confusion.
doc/gtk/gtk.texinfo
src/gtk/Makefile-fragment
src/gtk/fix-demo.scm
src/gtk/gtk-shim.h
src/gtk/gtk-widget.scm
src/gtk/gtk.cdecl
src/gtk/gtk.pkg
src/gtk/gtkscrolledview.c.stay [moved from src/gtk/gtkscrollingwindow.c.stay with 56% similarity]
src/gtk/gtkscrolledview.h [new file with mode: 0644]
src/gtk/gtkscrollingwindow.h [deleted file]