]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view.h
Disable copy action when there isn't text selected.
[evince.git] / shell / ev-view.h
index ad60e707dd1b550f2c3e423dc9e113f68ec6517b..ade26852ac8cb98e11adff6c01d85edded5896bb 100644 (file)
@@ -63,6 +63,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 +124,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