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:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-09-19 12:53:07 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-09-19 12:53:07 (GMT)
commit00a3581bfaaf0d5f825820c68b515415fe510b66 (patch)
tree8f4939603df3a90a4845c54e78208e5d8fa513a4 /shell/ev-view.h
parentc2f443161a3fe0e1415d9e9017c300f6adf52074 (diff)
Move page next/previous functions from page chace to view and change it to
2005-09-19 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-page-cache.c: * shell/ev-page-cache.h: * shell/ev-view.c: (ev_view_binding_activated), (ev_view_next_page), (ev_view_previous_page), (ev_sizing_mode_get_type): * shell/ev-view.h: * shell/ev-window.c: (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page): Move page next/previous functions from page chace to view and change it to move by 2 page steps in dual mode.
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 ad60e70..7791492 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -123,6 +123,8 @@ void ev_view_scroll (EvView *view,
EvScrollType scroll);
void ev_view_goto_link (EvView *view,
EvLink *link);
+gboolean ev_view_next_page (EvView *view);
+gboolean ev_view_previous_page (EvView *view);
G_END_DECLS