]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view.h
Fix the mess we did with thumbnails and 1-basedness
[evince.git] / shell / ev-view.h
index f108f9f505fa51d7051500184b012e53c4f16319..cc90fb8b2bc8ea9437d2fb96e97689cd8db552b6 100644 (file)
@@ -57,9 +57,9 @@ int           ev_view_get_page        (EvView     *view);
 /* Page size */
 void           ev_view_zoom_in         (EvView     *view);
 void           ev_view_zoom_out        (EvView     *view);
-void           ev_view_normal_size     (EvView     *view);
-void           ev_view_best_fit        (EvView     *view, int width, int height);
-void           ev_view_fit_width       (EvView     *view, int width, int height, int vsb_width);
+void           ev_view_set_size        (EvView     *view,
+                                        int         width,
+                                        int         height);
 
 /* Find */
 void            ev_view_find_next       (EvView     *view);
@@ -69,6 +69,10 @@ void            ev_view_find_previous   (EvView     *view);
 const char     *ev_view_get_status      (EvView     *view);
 const char     *ev_view_get_find_status (EvView     *view);
 
+/* Cursor */
+void           ev_view_hide_cursor     (EvView     *view);
+void           ev_view_show_cursor     (EvView     *view);
+
 G_END_DECLS
 
 #endif /* __EV_VIEW_H__ */