summaryrefslogtreecommitdiff
path: root/libview/ev-view.h
diff options
context:
space:
mode:
authormbkma <[email protected]>2021-06-04 17:42:28 +0200
committermbkma <[email protected]>2021-06-06 10:10:41 +0200
commit0376d066702a9315a7a6625976d9bdfa835e7677 (patch)
treedc90d30aea12b03c9a99189aadc73dda629e2b6e /libview/ev-view.h
parentae1c8e7e9e881022bbad8da68b3efcee10268ed0 (diff)
downloadatril-0376d066702a9315a7a6625976d9bdfa835e7677.tar.bz2
atril-0376d066702a9315a7a6625976d9bdfa835e7677.tar.xz
Improve search systemfind-sidebar
shell: Add EvFindSidebar widget to show search results see https://gitlab.gnome.org/GNOME/evince/-/commit/940ce8048e4fc6503dca03c1ce090ff4a11dface eggfindbar: don't close the findbar when it loses the focus see https://gitlab.gnome.org/GNOME/evince/-/commit/a2d781fb124bd19861035fd41dacc976e00d19ef shell: Add the findbar to the main box instead of the view box libview: Add ev_view_find_set_result
Diffstat (limited to 'libview/ev-view.h')
-rw-r--r--libview/ev-view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libview/ev-view.h b/libview/ev-view.h
index ac16211f..ce455a53 100644
--- a/libview/ev-view.h
+++ b/libview/ev-view.h
@@ -72,6 +72,9 @@ void ev_view_zoom (EvView *view,
/* Find */
void ev_view_find_next (EvView *view);
void ev_view_find_previous (EvView *view);
+void ev_view_find_set_result (EvView *view,
+ gint page,
+ gint result);
void ev_view_find_search_changed (EvView *view);
void ev_view_find_set_highlight_search (EvView *view,
gboolean value);