Enumeration (GI Flags)

Clutter-18ClutterOffscreenRedirect

Possible flags to pass to clutter_actor_set_offscreen_redirect().

Index

Enumeration Members

ALWAYS: number

Always redirect the actor to an offscreen buffer even if it is fully opaque.

AUTOMATIC_FOR_OPACITY: number

Only redirect the actor if it is semi-transparent and its has_overlaps() virtual returns true.

ON_IDLE: number

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.

Variables

$gtype