Enumeration
ClutterOffscreenRedirect
Description [src]
Possible flags to pass to clutter_actor_set_offscreen_redirect().
Available since: | 1.8 |
Members
Name | Description |
---|---|
CLUTTER_OFFSCREEN_REDIRECT_AUTOMATIC_FOR_OPACITY |
Only redirect
the actor if it is semi-transparent and its |
CLUTTER_OFFSCREEN_REDIRECT_ALWAYS |
Always redirect the actor to an offscreen buffer even if it is fully opaque. |
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. |