Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view-private.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-08-21 10:56:35 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-09-15 13:56:02 (GMT)
commit8f8663bd6503f53ad78c68aefe44800575959944 (patch)
treed8742a67c47e6cc205f024b20e7c246080499e8c /libview/ev-view-private.h
parent6965a51a28f76d0a669d0d1c9fdc089e6cf46c7d (diff)
Remove zoom-invalid signal from EvView
It was used by EvView when sizing mode was best-fit or fit-width to request the window for its content size. This is not needed at all, since we already call size_allocate on parent class. GtkScrolledWindow takes into account the shadow type and scrollbars visibility in its size_allocate method, so we can just take the allocation returned to calculate the zoom in case of best-fit or fit-width.
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r--libview/ev-view-private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index abef629..2f01f72 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -218,7 +218,6 @@ struct _EvViewClass {
void (*binding_activated) (EvView *view,
GtkScrollType scroll,
gboolean horizontal);
- void (*zoom_invalid) (EvView *view);
void (*handle_link) (EvView *view,
EvLink *link);
void (*external_link) (EvView *view,