Method
ClutterActorqueue_redraw_with_clip
Declaration [src]
void
clutter_actor_queue_redraw_with_clip (
ClutterActor* self,
const cairo_rectangle_int_t* clip
)
Description [src]
Queues a redraw on self
limited to a specific, actor-relative
rectangular area.
If clip
is NULL
this function is equivalent to clutter_actor_queue_redraw().
Available since: | 1.10 |
Parameters
clip |
cairo_rectangle_int_t |
A rectangular clip region, or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |