summaryrefslogtreecommitdiff
path: root/libview/ev-view-private.h
diff options
context:
space:
mode:
authorAntia Puentes <[email protected]>2013-06-20 18:37:12 +0200
committerraveit65 <[email protected]>2017-09-06 18:25:34 +0200
commit2a5caa32b6a98cf6a0e34c8f5ec79f94060932b3 (patch)
tree3e241ef0513a26463a50ee624980b80bbe0e0bba /libview/ev-view-private.h
parent82dfff8ecf567c443d49569c76f69e91f1c7776e (diff)
downloadatril-2a5caa32b6a98cf6a0e34c8f5ec79f94060932b3.tar.bz2
atril-2a5caa32b6a98cf6a0e34c8f5ec79f94060932b3.tar.xz
libview: Text selection using the caret cursor.
https://bugzilla.gnome.org/show_bug.cgi?id=702073 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=a6e3834
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r--libview/ev-view-private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index 696a043f..b91b54d6 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -258,7 +258,8 @@ struct _EvViewClass {
void (*layers_changed) (EvView *view);
gboolean (*move_cursor) (EvView *view,
GtkMovementStep step,
- gint count);
+ gint count,
+ gboolean extend_selection);
};
void _get_page_size_for_scale_and_rotation (EvDocument *document,