Method
ClutterActorget_clip
Declaration [src]
void
clutter_actor_get_clip (
ClutterActor* self,
gfloat* xoff,
gfloat* yoff,
gfloat* width,
gfloat* height
)
Parameters
xoff |
gfloat* |
Return location for the X offset of
the clip rectangle, or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
yoff |
gfloat* |
Return location for the Y offset of
the clip rectangle, or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
width |
gfloat* |
Return location for the width of
the clip rectangle, or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
height |
gfloat* |
Return location for the height of
the clip rectangle, or |
|
The argument will be set by the function. | |
The argument can be NULL . |