]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view-private.h
Hide cursor after a while in presentation mode.
[evince.git] / shell / ev-view-private.h
index b5831e4fbe5413829cd0d55434919c7e79be6a40..791256b8a6cf4071765d0aa86fd5160abb13d844 100644 (file)
@@ -45,6 +45,7 @@ typedef enum {
        SCROLL_TO_KEEP_POSITION,
        SCROLL_TO_PAGE_POSITION,
        SCROLL_TO_CENTER,
+       SCROLL_TO_FIND_LOCATION,
 } PendingScroll;
 
 typedef enum {
@@ -64,6 +65,7 @@ struct _EvView {
        char *status;
        char *find_status;
        int find_result;
+       gboolean jump_to_find_result;
        
        EvPageCache *page_cache;
        EvPixbufCache *pixbuf_cache;
@@ -128,7 +130,7 @@ struct _EvViewClass {
                                           gboolean        horizontal);
        void    (*zoom_invalid)           (EvView         *view);
        void    (*external_link)          (EvView         *view,
-                                          EvLink         *link);
+                                          EvLinkAction   *action);
        void    (*popup_menu)             (EvView         *view,
                                           EvLink         *link);
 };