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 14:18:42 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-09-24 14:18:42 (GMT)
commit72390e1fd5f031d564f18db414c18d082139f385 (patch)
treebec10b8db08b9811c5b2d6fbe674e2de71e06e5a /shell/ev-view.h
parent5cc835ba642f057395b3b79d48495a3ab55de6db (diff)
Do not use modes for link, we need to calculate size ad hoc. Still not
2005-09-24 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height), (goto_fitv_link), (goto_fith_link), (goto_fit_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), (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): Do not use modes for link, we need to calculate size ad hoc. Still not perfect because of the usual scrollbar issues grrr.
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index 586c6ad..7791492 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -41,7 +41,6 @@ typedef struct _EvViewClass EvViewClass;
typedef enum {
EV_SIZING_BEST_FIT,
EV_SIZING_FIT_WIDTH,
- EV_SIZING_FIT_HEIGHT,
EV_SIZING_FREE,
} EvSizingMode;