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-04-08 10:31:28 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-04-08 10:31:28 (GMT)
commitf9df2040ea8d3d5814257a45c23461eda0532f4e (patch)
treedf312774c39d68696e6d85b10d629c1e31dad4b3 /shell/ev-view.h
parentcf6c30c93ee2c79e90200b2316587aeb12dc2ee2 (diff)
Add Edit->Find Next
2005-04-08 Marco Pesenti Gritti <mpg@redhat.com> * data/evince-ui.xml: * shell/ev-view.c: (ev_view_can_find_next): * shell/ev-view.h: * shell/ev-window.c: (update_action_sensitivity), (find_changed_cb), (ev_window_setup_document), (ev_window_cmd_edit_find_next): Add Edit->Find Next
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index 8ba79f1..6cde705 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -56,6 +56,7 @@ void ev_view_set_size (EvView *view,
int height);
/* Find */
+gboolean ev_view_can_find_next (EvView *view);
void ev_view_find_next (EvView *view);
void ev_view_find_previous (EvView *view);