|  |  |  | Epiphany Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ||||
                    EphyZoomControl;
void                ephy_zoom_control_set_zoom_level    (EphyZoomControl *control,
                                                         float zoom);
float               ephy_zoom_control_get_zoom_level    (EphyZoomControl *control);
  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkToolItem
                                       +----EphyZoomControl
EphyZoomControl implements AtkImplementorIface, GtkBuildable and GtkActivatable.
void ephy_zoom_control_set_zoom_level (EphyZoomControl *control, float zoom);
Sets the zoom level of control.
| 
 | an EphyZoomControl | 
| 
 | the new value for the zoom level | 
float ephy_zoom_control_get_zoom_level (EphyZoomControl *control);
Get the current zoom level of control.
| 
 | an EphyZoomControl | 
| Returns : | the zoom level as a float | 
"zoom-to-level" signalvoid user_function (EphyZoomControl *ephyzoomcontrol, gfloat arg1, gpointer user_data) : Run Last
| 
 | the object which received the signal. | 
| 
 | |
| 
 | user data set when the signal handler was connected. |