Code

gtk-tpdfv: Added Gtk widget taking care of displaying the PDF file.
authorSebastian Harl <sh@tokkee.org>
Thu, 20 Oct 2011 16:47:52 +0000 (18:47 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 20 Oct 2011 16:47:52 +0000 (18:47 +0200)
commitab59f95063f77ba9c9300b79c36e0c442ff3c3ac
tree8ba9a92791b3f3fb56f10db29841744343258f94
parentb58cebfbbe69015d48f646e806d29802114fa98c
gtk-tpdfv: Added Gtk widget taking care of displaying the PDF file.

This makes much more flexible setups possible, including displaying more than
one file/page at the same time and making use of Gtk's layout features.
src/Makefile.am
src/gtk-tpdfv.c [new file with mode: 0644]
src/gtk-tpdfv.h [new file with mode: 0644]
src/tpdfview.c