Enumeration
ClutterOffscreenRedirect
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. |