X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-view.h;h=05b254292372d1113881444a01e80b07dcb47ad1;hb=1ccae60a0df313211c8d2cf851d09a98d7eda1d6;hp=126eaf9b7a77128019d8511f42e882474d545aa1;hpb=47c91d465696106f108fcd3a688d024b6e517d4a;p=evince.git diff --git a/shell/ev-view.h b/shell/ev-view.h index 126eaf9b..05b25429 100644 --- a/shell/ev-view.h +++ b/shell/ev-view.h @@ -85,6 +85,13 @@ void ev_view_set_zoom (EvView *view, double factor, gboolean relative); double ev_view_get_zoom (EvView *view); +void ev_view_set_zoom_for_size (EvView *view, + int width, + int height, + int vsb_width, + int hsb_height); +void ev_view_rotate_left (EvView *view); +void ev_view_rotate_right (EvView *view); /* Find */ gboolean ev_view_can_find_next (EvView *view);