]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view.h
Updated Lithuanian translation.
[evince.git] / shell / ev-view.h
index ad60e707dd1b550f2c3e423dc9e113f68ec6517b..0c0a86287cd1cae6d4bc0629d0955e44c21cb432 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "ev-document.h"
 #include "ev-link.h"
+#include "ev-view-accessible.h"
 
 G_BEGIN_DECLS
 
@@ -59,10 +60,13 @@ GType           ev_sizing_mode_get_type   (void) G_GNUC_CONST;
 GtkWidget*     ev_view_new               (void);
 void           ev_view_set_document      (EvView         *view,
                                           EvDocument     *document);
+void           ev_view_set_loading       (EvView         *view,
+                                          gboolean        loading);
 
 /* 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 +127,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