From 8e0b5c5df827306c6c4e3761b1ea4a9f3a1674ed Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 31 May 2010 15:31:26 +0000 Subject: [ephy-zoom] Add max/min zoom properties --- (limited to 'cut-n-paste/zoom-control/ephy-zoom-action.h') diff --git a/cut-n-paste/zoom-control/ephy-zoom-action.h b/cut-n-paste/zoom-control/ephy-zoom-action.h index d7362c0..2d07c69 100644 --- a/cut-n-paste/zoom-control/ephy-zoom-action.h +++ b/cut-n-paste/zoom-control/ephy-zoom-action.h @@ -52,11 +52,16 @@ struct _EphyZoomActionClass void (* zoom_to_level) (EphyZoomAction *action, float level); }; -GType ephy_zoom_action_get_type (void); +GType ephy_zoom_action_get_type (void); -void ephy_zoom_action_set_zoom_level (EphyZoomAction *action, float zoom); +void ephy_zoom_action_set_zoom_level (EphyZoomAction *action, + float zoom); +float ephy_zoom_action_get_zoom_level (EphyZoomAction *action); -float ephy_zoom_action_get_zoom_level (EphyZoomAction *action); +void ephy_zoom_action_set_min_zoom_level (EphyZoomAction *action, + float zoom); +void ephy_zoom_action_set_max_zoom_level (EphyZoomAction *action, + float zoom); G_END_DECLS -- cgit v0.9.1