Module: Gdk::FrameClockPhase

Defined in:
(unknown)

Constant Summary collapse

NONE =

no phase

0 or :none
FLUSH_EVENTS =

corresponds to GdkFrameClock::flush-events. Should not be handled by applications.

1 or :flush_events
BEFORE_PAINT =

corresponds to GdkFrameClock::before-paint. Should not be handled by applications.

2 or :before_paint
UPDATE =

corresponds to GdkFrameClock::update.

4 or :update
LAYOUT =

corresponds to GdkFrameClock::layout.

8 or :layout
PAINT =

corresponds to GdkFrameClock::paint.

16 or :paint
RESUME_EVENTS =

corresponds to GdkFrameClock::resume-events. Should not be handled by applications.

32 or :resume_events
AFTER_PAINT =

corresponds to GdkFrameClock::after-paint. Should not be handled by applications.

64 or :after_paint