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:
authorMark McLoughlin <mark@skynet.ie>2004-12-22 12:31:53 (GMT)
committer Mark McLoughlin <markmc@src.gnome.org>2004-12-22 12:31:53 (GMT)
commit7f32f6e5c1cd8f8868f6b0a26dde7259e79e5411 (patch)
tree32dd12abb27f7af8d0930592c5da5fef04a87f38 /shell/ev-view.h
parentf36af012943a93a0c8e1f2d36c4f5b9e1ac1b8e5 (diff)
add zooming.
2004-12-22 Mark McLoughlin <mark@skynet.ie> * shell/ev-view.[ch]: (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out), (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width): add zooming. * shell/ev-window.c: (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size), (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width): hook it up. * pdf/xpdf/pdf-document.cc: (pdf_document_begin_find), (pdf_document_end_find): make static.
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index 5173461..f175b16 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -43,6 +43,12 @@ void ev_view_set_page (EvView *view,
int page);
int ev_view_get_page (EvView *view);
+void ev_view_zoom_in (EvView *view);
+void ev_view_zoom_out (EvView *view);
+void ev_view_normal_size (EvView *view);
+void ev_view_best_fit (EvView *view);
+void ev_view_fit_width (EvView *view);
+
G_END_DECLS
#endif /* __EV_VIEW_H__ */