]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view-private.h
*** empty log message ***
[evince.git] / shell / ev-view-private.h
index 9619b6d7e6d9d25ef505149e43e7c5ef7d5089f5..1d09cb372f00d977509689363775c37082e12b84 100644 (file)
@@ -64,6 +64,7 @@ struct _EvView {
        char *status;
        char *find_status;
        int find_result;
        char *status;
        char *find_status;
        int find_result;
+       gboolean jump_to_find_result;
        
        EvPageCache *page_cache;
        EvPixbufCache *pixbuf_cache;
        
        EvPageCache *page_cache;
        EvPixbufCache *pixbuf_cache;
@@ -86,7 +87,6 @@ struct _EvView {
        gint start_page;
        gint end_page;
        gint current_page;
        gint start_page;
        gint end_page;
        gint current_page;
-       gint find_page;
 
        int rotation;
        double scale;
 
        int rotation;
        double scale;
@@ -125,7 +125,7 @@ struct _EvViewClass {
                                           GtkAdjustment  *hadjustment,
                                           GtkAdjustment  *vadjustment);
        void    (*binding_activated)      (EvView         *view,
                                           GtkAdjustment  *hadjustment,
                                           GtkAdjustment  *vadjustment);
        void    (*binding_activated)      (EvView         *view,
-                                          GtkScrollType   scroll,
+                                          EvScrollType   scroll,
                                           gboolean        horizontal);
        void    (*zoom_invalid)           (EvView         *view);
        void    (*external_link)          (EvView         *view,
                                           gboolean        horizontal);
        void    (*zoom_invalid)           (EvView         *view);
        void    (*external_link)          (EvView         *view,