GdkFrameClockPhase

#GdkFrameClockPhase is 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

FlushEvents1

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

BeforePaint2

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

Update4

corresponds to GdkFrameClock::update.

Layout8

corresponds to GdkFrameClock::layout.

Paint16

corresponds to GdkFrameClock::paint.

ResumeEvents32

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

AfterPaint64

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