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:
authorJustin Blanchard <justinb04@aim.com>2007-08-27 21:36:20 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-08-27 21:36:20 (GMT)
commit39c51b63804387f5f7c0f3fce193da9eb9998774 (patch)
treec329fe198913ed35a624e69f816bb21762f18b25 /shell/ev-view.h
parent3353ab8a090233f5e0b9f316fc35c9e48d58aed0 (diff)
Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2007-08-28 Justin Blanchard <justinb04@aim.com> * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_expose_event), (ev_view_init), (ev_view_set_highlight_search): * shell/ev-view.h: * shell/ev-window.c: (ev_window_cmd_edit_find_next), (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb), (find_bar_visibility_changed_cb): Enables 'find next' when bindbar is hidden. Fixes bug #323817. svn path=/trunk/; revision=2645
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index 698b7b2..667b2ee 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -118,12 +118,13 @@ void ev_view_set_rotation (EvView *view,
int ev_view_get_rotation (EvView *view);
/* Find */
-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);
-
+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);
+void ev_view_set_highlight_search (EvView *view,
+ gboolean value);
/* Status */
const char *ev_view_get_status (EvView *view);
const char *ev_view_get_find_status (EvView *view);