Module: Clutter::RepaintFlags

Defined in:
(unknown)

Constant Summary collapse

PRE_PAINT =

Run the repaint function prior to painting the stages

1 or :pre_paint
POST_PAINT =

Run the repaint function after painting the stages

2 or :post_paint
QUEUE_REDRAW_ON_ADD =

Ensure that a new frame is queued after adding the repaint function

4 or :queue_redraw_on_add