diff options
author | Joanmarie Diggs <[email protected]> | 2014-04-22 07:54:23 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-11-27 10:13:51 +0100 |
commit | e2326c25e1249cf921dd1b878c42d6b51b032bcf (patch) | |
tree | a3a4b8070c69180091532f4150030361d7ed301a /libview/ev-view-accessible.h | |
parent | e6672a875c89cfd81d4e54ae8b1a8a834eb6fe8b (diff) | |
download | atril-e2326c25e1249cf921dd1b878c42d6b51b032bcf.tar.bz2 atril-e2326c25e1249cf921dd1b878c42d6b51b032bcf.tar.xz |
libview: Implement AtkComponent for pages
https://bugzilla.gnome.org/show_bug.cgi?id=728673
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-14&id=7d1bf5a
Diffstat (limited to 'libview/ev-view-accessible.h')
-rw-r--r-- | libview/ev-view-accessible.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libview/ev-view-accessible.h b/libview/ev-view-accessible.h index 38af95a4..34369682 100644 --- a/libview/ev-view-accessible.h +++ b/libview/ev-view-accessible.h @@ -54,6 +54,11 @@ void ev_view_accessible_set_model (EvViewAccessible *accessible, EvDocumentModel *model); gint ev_view_accessible_get_n_pages (EvViewAccessible *accessible); gint ev_view_accessible_get_relevant_page (EvViewAccessible *accessible); +void _transform_doc_rect_to_atk_rect (EvViewAccessible *accessible, + gint page, + EvRectangle *doc_rect, + EvRectangle *atk_rect, + AtkCoordType coord_type); #endif /* __EV_VIEW_ACCESSIBLE_H__ */ |