]> www.fi.muni.cz Git - evince.git/commit
[view] Make EvView inherit from GtkFixed and implement scrollable interface
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sun, 31 Oct 2010 15:39:21 +0000 (16:39 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Sun, 7 Nov 2010 09:26:09 +0000 (10:26 +0100)
commit099e8b8997738788e45f94334fc986149b7a5f02
tree5e3669fb8d9caa866127d3dc5a0996aa8ed5f6dc
parent1d220fd5b90e5caf9defc73b594143f19a47378b
[view] Make EvView inherit from GtkFixed and implement scrollable interface

GtkLayout implements scrollable interface while GtkFixed doesn't, so
using GtkFixed we can still put/move child widgets while having our own
scrollable implementation.
libview/ev-view-private.h
libview/ev-view.c