![]() |
![]() |
![]() |
Epiphany Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals |
EphyZoomActionEphyZoomAction — A GtkAction implementing a zoom control |
struct EphyZoomAction; void ephy_zoom_action_set_zoom_level (EphyZoomAction *action
,float zoom
); float ephy_zoom_action_get_zoom_level (EphyZoomAction *action
);
void ephy_zoom_action_set_zoom_level (EphyZoomAction *action
,float zoom
);
Sets the zoom level of action
.
|
an EphyZoomAction |
|
the new value for the zoom level |
float ephy_zoom_action_get_zoom_level (EphyZoomAction *action
);
Get the current zoom level of action
.
|
an EphyZoomControl |
Returns : |
the zoom level as a float |
"zoom"
property"zoom" gfloat : Read / Write
The current value of EphyZoomAction, as a float.
Allowed values: [0.707107,4]
Default value: 1
"zoom-to-level"
signalvoid user_function (EphyZoomAction *action,
gfloat level,
gpointer user_data) : Run First
Emitted when the user changes the value of the EphyZoomAction.
|
the object on which the signal is emitted |
|
new zoom level |
|
user data set when the signal handler was connected. |