Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.h
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-01-06 10:02:13 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-01-06 10:02:13 (GMT)
commitd8d90e4a79195019fc19882729b8fda0be5ba563 (patch)
tree929cf162e330b046349712251b829995daf0490c /shell/ev-view.h
parentf32f94f33c3496db085dfee35382baba030eef27 (diff)
Two page scrolling with Space and PageUp in dual mode. Second fix for the
* shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page), (ev_view_can_previous_page), (ev_view_can_next_page): * shell/ev-view.h: * shell/ev-window.c: (update_action_sensitivity): Two page scrolling with Space and PageUp in dual mode. Second fix for the bug #316608.
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index 0378f28..85692e8 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -127,6 +127,8 @@ void ev_view_goto_link (EvView *view,
EvLink *link);
gboolean ev_view_next_page (EvView *view);
gboolean ev_view_previous_page (EvView *view);
+gboolean ev_view_can_next_page (EvView *view);
+gboolean ev_view_can_previous_page (EvView *view);
G_END_DECLS