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:
authorJonathan Blandford <jrb@redhat.com>2005-04-24 05:16:30 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-04-24 05:16:30 (GMT)
commitd90349e5e8acdb07bb56e22fd7923206465ae47b (patch)
treeab1baf9496d82b20d3fc27edf6dff422755a3d66 /shell/ev-view.h
parent70c085a3aa91a8f3b76f1b579c40e470599e9b1a (diff)
Fix links for dual/continuous. Also, add a quick fix measuring of widths.
Sun Apr 24 01:07:27 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-view.c: (find_page_at_location), (get_link_at_location), (ev_view_set_show_border), (ev_view_set_spacing), (ev_view_zoom_for_size_continuous_and_dual_page), (ev_view_zoom_for_size_continuous): Fix links for dual/continuous. Also, add a quick fix measuring of widths. Also, removed ev_view_set_spacing and ev_view_set_show_border. * shell/ev-window.c: (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index 3c4fdbb..b87d345 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -82,10 +82,6 @@ void ev_view_zoom_normal (EvView *view);
void ev_view_set_size (EvView *view,
int width,
int height);
-void ev_view_set_spacing (EvView *view,
- int spacing);
-void ev_view_set_show_border (EvView *view,
- gboolean show_border);
/* Find */
gboolean ev_view_can_find_next (EvView *view);