X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-view.h;h=cc90fb8b2bc8ea9437d2fb96e97689cd8db552b6;hb=f06e050d41051f1ea95b40981aee32ef8e0b0bae;hp=f108f9f505fa51d7051500184b012e53c4f16319;hpb=42ddc3073ecb88271a0ffc74326878627d71b34e;p=evince.git diff --git a/shell/ev-view.h b/shell/ev-view.h index f108f9f5..cc90fb8b 100644 --- a/shell/ev-view.h +++ b/shell/ev-view.h @@ -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__ */