summaryrefslogtreecommitdiff
path: root/libview/ev-view-private.h
diff options
context:
space:
mode:
authorJoanmarie Diggs <[email protected]>2014-06-23 12:06:46 -0400
committerraveit65 <[email protected]>2017-11-27 10:13:51 +0100
commit6473980b44cbb959c1eadf0ce1549837b645318d (patch)
tree5a5f4fa4b89c3e30e121719cb695318a1281c854 /libview/ev-view-private.h
parentfd9b18641b5ddda364aaca2bbba678f644554741 (diff)
downloadatril-6473980b44cbb959c1eadf0ce1549837b645318d.tar.bz2
atril-6473980b44cbb959c1eadf0ce1549837b645318d.tar.xz
Expose form fields as AtkObject children of the page
https://bugzilla.gnome.org/show_bug.cgi?id=728475 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-14&id=d707486
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r--libview/ev-view-private.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index e411ad17..dbb99914 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -291,14 +291,15 @@ gint _ev_view_get_caret_cursor_offset_at_doc_point (EvView *view,
gint page,
gdouble doc_x,
gdouble doc_y);
-void _ev_view_set_focused_element (EvView *view,
- EvMapping *element_mapping,
- gint page);
-
void _ev_view_clear_selection (EvView *view);
void _ev_view_set_selection (EvView *view,
GdkPoint *start_point,
GdkPoint *end_point);
+void _ev_view_set_focused_element (EvView *view,
+ EvMapping *element_mapping,
+ gint page);
+void _ev_view_focus_form_field (EvView *view,
+ EvFormField *field);
#endif /* __EV_VIEW_PRIVATE_H__ */