Enumeration
ClutterOffscreenRedirect
since: 13
Description [src]
Possible flags to pass to clutter_actor_set_offscreen_redirect().
Available since: 13
Members
CLUTTER_OFFSCREEN_REDIRECT_AUTOMATIC_FOR_OPACITY
-
Only redirect the actor if it is semi-transparent and its
has_overlaps()
virtual returnsTRUE
.- Value:
1
- Nickname:
automatic-for-opacity
- Available since: 13
- Value:
CLUTTER_OFFSCREEN_REDIRECT_ALWAYS
-
Always redirect the actor to an offscreen buffer even if it is fully opaque.
- Value:
2
- Nickname:
always
- Available since: 13
- Value:
CLUTTER_OFFSCREEN_REDIRECT_ON_IDLE
-
Only redirect the actor if it is the most efficient thing to do based on its recent repaint behaviour. That means when its contents are changing less frequently than it’s being used on stage.
- Value:
4
- Nickname:
on-idle
- Available since: 13
- Value: