Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-09-24 10:57:13 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-09-24 10:57:13 (GMT)
commit5cc835ba642f057395b3b79d48495a3ab55de6db (patch)
tree8b3cd9673bb369ce5281d2997d63a02b04067b9d /shell/ev-view.h
parenteb5323824d3ea421f1bdfa803a9ce968894d8d81 (diff)
Implement FIT_HEIGHT mode (only for links). Implement FITH links
2005-09-24 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-link.c: (ev_link_type_get_type), (ev_link_new_page_fith), (ev_link_new_page_fitv): * backend/ev-link.h: * pdf/ev-poppler.cc: * shell/ev-view.c: (goto_fitv_link), (goto_fith_link), (ev_view_goto_link), (ev_view_size_request_continuous_dual_page), (ev_view_size_request_continuous), (ev_view_size_request_dual_page), (ev_view_size_request_single_page), (ev_view_size_allocate), (zoom_for_size_fit_height), (ev_view_zoom_for_size_continuous_and_dual_page), (ev_view_zoom_for_size_continuous), (ev_view_zoom_for_size_dual_page), (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size), (ev_sizing_mode_get_type): * shell/ev-view.h: * shell/ev-window.c: (ev_window_sizing_mode_changed_cb): Implement FIT_HEIGHT mode (only for links). Implement FITH links
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index 7791492..586c6ad 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -41,6 +41,7 @@ typedef struct _EvViewClass EvViewClass;
typedef enum {
EV_SIZING_BEST_FIT,
EV_SIZING_FIT_WIDTH,
+ EV_SIZING_FIT_HEIGHT,
EV_SIZING_FREE,
} EvSizingMode;