GdkFrameClockPhase is used to represent the different paint clock
phases that can be requested. The elements of the enumeration
correspond to the signals of GdkPaintClock.
GDK_FRAME_CLOCK_PHASE_NONE
no phase
GDK_FRAME_CLOCK_PHASE_FLUSH_EVENTS
corresponds to GdkFrameClock::flush-events. Should not be handled by applications.
GDK_FRAME_CLOCK_PHASE_BEFORE_PAINT
corresponds to GdkFrameClock::before-paint. Should not be handled by applications.
GDK_FRAME_CLOCK_PHASE_UPDATE
corresponds to GdkFrameClock::update.
GDK_FRAME_CLOCK_PHASE_LAYOUT
corresponds to GdkFrameClock::layout.
GDK_FRAME_CLOCK_PHASE_PAINT
corresponds to GdkFrameClock::paint.
GDK_FRAME_CLOCK_PHASE_RESUME_EVENTS
corresponds to GdkFrameClock::resume-events. Should not be handled by applications.
GDK_FRAME_CLOCK_PHASE_AFTER_PAINT
corresponds to GdkFrameClock::after-paint. Should not be handled by applications.
Since 3.8
GdkFrameClockPhase is used to represent the different paint clock phases that can be requested. The elements of the enumeration correspond to the signals of GdkPaintClock. GDK_FRAME_CLOCK_PHASE_NONE no phase GDK_FRAME_CLOCK_PHASE_FLUSH_EVENTS corresponds to GdkFrameClock::flush-events. Should not be handled by applications. GDK_FRAME_CLOCK_PHASE_BEFORE_PAINT corresponds to GdkFrameClock::before-paint. Should not be handled by applications. GDK_FRAME_CLOCK_PHASE_UPDATE corresponds to GdkFrameClock::update. GDK_FRAME_CLOCK_PHASE_LAYOUT corresponds to GdkFrameClock::layout. GDK_FRAME_CLOCK_PHASE_PAINT corresponds to GdkFrameClock::paint. GDK_FRAME_CLOCK_PHASE_RESUME_EVENTS corresponds to GdkFrameClock::resume-events. Should not be handled by applications. GDK_FRAME_CLOCK_PHASE_AFTER_PAINT corresponds to GdkFrameClock::after-paint. Should not be handled by applications. Since 3.8