summaryrefslogtreecommitdiff
path: root/libview/ev-view.c
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.c
parentae1c8e7e9e881022bbad8da68b3efcee10268ed0 (diff)
downloadatril-find-sidebar.tar.bz2
atril-find-sidebar.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.c')
-rw-r--r--libview/ev-view.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/libview/ev-view.c b/libview/ev-view.c
index 2e01035e..ebb47e61 100644
--- a/libview/ev-view.c
+++ b/libview/ev-view.c
@@ -7510,6 +7510,14 @@ ev_view_find_previous (EvView *view)
}
void
+ev_view_find_set_result (EvView *view, gint page, gint result)
+{
+ ev_document_model_set_page (view->model, page);
+ view->find_result = result;
+ jump_to_find_result (view);
+}
+
+void
ev_view_find_search_changed (EvView *view)
{
/* search string has changed, focus on new search result */