X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-view.h;h=0378f285543aa6b7399c736696571361c11ab402;hb=eb3d8c8e3df570e32e2591eeb650de55dba2f613;hp=ad60e707dd1b550f2c3e423dc9e113f68ec6517b;hpb=4942d62b873cfac27dc8e4bf3c800f22e0890d0c;p=evince.git diff --git a/shell/ev-view.h b/shell/ev-view.h index ad60e707..0378f285 100644 --- a/shell/ev-view.h +++ b/shell/ev-view.h @@ -24,6 +24,7 @@ #include "ev-document.h" #include "ev-link.h" +#include "ev-view-accessible.h" G_BEGIN_DECLS @@ -63,6 +64,7 @@ void ev_view_set_document (EvView *view, /* Clipboard */ void ev_view_copy (EvView *view); void ev_view_select_all (EvView *view); +gboolean ev_view_get_has_selection (EvView *view); /* sizing and behavior */ /* These are all orthoganal to each other, except 'presentation' trumps all @@ -123,6 +125,8 @@ void ev_view_scroll (EvView *view, EvScrollType scroll); void ev_view_goto_link (EvView *view, EvLink *link); +gboolean ev_view_next_page (EvView *view); +gboolean ev_view_previous_page (EvView *view); G_END_DECLS