![]() |
![]() |
![]() |
WebKitClutter Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct MxWebView; GType mx_web_view_get_type (void
); ClutterActor * mx_web_view_new (void
); void mx_web_view_set_fast_zoom_level (MxWebView *webView
,double zoomLevel
); void mx_web_view_set_x_scroll_offset (MxWebView *webView
,int offset
); void mx_web_view_set_y_scroll_offset (MxWebView *webView
,int offset
);
MxWebView implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable, WebKitIWebView and MxScrollable.
"fast-zoom-level" gdouble : Read / Write "scroll-offset-x" gint : Read / Write "scroll-offset-y" gint : Read / Write
struct MxWebView;
The contents of this structure are private and should only be accessed through the public API.
void mx_web_view_set_fast_zoom_level (MxWebView *webView
,double zoomLevel
);
Scales the content without having to re-render it, making it fast enough to be used in animations.
The "fast-zoom-level" property is animatable.
|
a MxWebView |
|
the zoom scale factor |
void mx_web_view_set_x_scroll_offset (MxWebView *webView
,int offset
);
Sets the horizontal scroll offset of the MxWebView.
|
a MxWebView |
|
the horizontal scroll offset |
"fast-zoom-level"
property "fast-zoom-level" gdouble : Read / Write
The zoom level to scale without having to re-render the content, making it fast enough to be used in animations.
The "fast-zoom-level" property is animatable.
Default value: 1
"scroll-offset-x"
property "scroll-offset-x" gint : Read / Write
The horizontal offset to which to scroll.
The "scroll-offset-x" property is animatable.
Default value: 0
"scroll-offset-y"
property "scroll-offset-y" gint : Read / Write
The vertical offset to which to scroll.
The "scroll-offset-y" property is animatable.
Default value: 0