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:
authorWouter Bolsterlee <uws+gnome@xs4all.nl>2006-04-20 15:35:24 (GMT)
committer Wouter Bolsterlee <wbolster@src.gnome.org>2006-04-20 15:35:24 (GMT)
commit30668ba1c42ab4facb9794e7706bec3ace58725f (patch)
treeaf26ae3a24154abcf6b2da9ec1d30223bf5e2db0 /shell/ev-view.h
parentafd118ec954f98602ccc896af0f6200598284016 (diff)
Add support for "Find Previous" as dictated by the GNOME HIG. A menu item
2006-04-20 Wouter Bolsterlee <uws+gnome@xs4all.nl> * data/evince-ui.xml: * shell/ev-view.c: (ev_view_can_find_previous): * shell/ev-view.h: * shell/ev-window.c: (ev_window_update_actions), (ev_window_cmd_edit_find_previous): Add support for "Find Previous" as dictated by the GNOME HIG. A menu item is added and some glue code to make it all work is added to various files.
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index dc00ff3..3ad4016 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -119,8 +119,9 @@ void ev_view_set_rotation (EvView *view,
int ev_view_get_rotation (EvView *view);
/* Find */
-gboolean ev_view_can_find_next (EvView *view);
+gboolean ev_view_can_find_next (EvView *view);
void ev_view_find_next (EvView *view);
+gboolean ev_view_can_find_previous (EvView *view);
void ev_view_find_previous (EvView *view);
void ev_view_search_changed (EvView *view);