GdkFrameClockPhase

Used to represent the different paint clock phases that can be requested.

The elements of the enumeration correspond to the signals of GdkFrameClock.

Values

ValueMeaning
NONE0

no phase

FLUSH_EVENTS1

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

BEFORE_PAINT2

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

UPDATE4

corresponds to GdkFrameClock::update.

LAYOUT8

corresponds to GdkFrameClock::layout. Should not be handled by applicatiosn.

PAINT16

corresponds to GdkFrameClock::paint.

RESUME_EVENTS32

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

AFTER_PAINT64

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

Meta