Method

ClutterActorget_paint_visibility

since: 0.8

Declaration [src]

gboolean
clutter_actor_get_paint_visibility (
  ClutterActor* self
)

Description [src]

Retrieves the ‘paint’ visibility of an actor recursively checking for non visible parents.

This is by definition the same as CLUTTER_ACTOR_IS_MAPPED.

Available since: 0.8

Return value

Type: gboolean

TRUE if the actor is visible and will be painted.