Clutter.RepaintFlags – clutter-1.0 Reference Manual
RepaintFlags
Description:
[
CCode
( cprefix =
"CLUTTER_REPAINT_FLAGS_"
, type_id =
"clutter_repaint_flags_get_type ()"
) ]
[
Flags
]
[
Version
( since =
"1.10"
) ]
public
enum
RepaintFlags
Flags to pass to
add_repaint_func_full
.
Namespace:
Clutter
Package:
clutter-1.0
Content:
Enum values:
POST_PAINT
-
Run the repaint function after painting the stages
PRE_PAINT
-
Run the repaint function prior to painting the stages
QUEUE_REDRAW_ON_ADD
-
Ensure that a new frame is queued after adding the repaint function