:right-sidebar: True FrameClockPhase =================================================================== .. currentmodule:: gi.repository.Gdk .. class:: FrameClockPhase :no-contents-entry: Used to represent the different paint clock phases that can be requested. The elements of the enumeration correspond to the signals of ``GdkFrameClock``. Fields ------ .. rst-class:: interim-class .. class:: FrameClockPhase :no-index: .. attribute:: AFTER_PAINT Corresponds to GdkFrameClock::after-paint. Should not be handled by applications. .. attribute:: BEFORE_PAINT Corresponds to GdkFrameClock::before-paint. Should not be handled by applications. .. attribute:: FLUSH_EVENTS Corresponds to GdkFrameClock::flush-events. Should not be handled by applications. .. attribute:: LAYOUT Corresponds to GdkFrameClock::layout. Should not be handled by applications. .. attribute:: NONE No phase .. attribute:: PAINT Corresponds to GdkFrameClock::paint. .. attribute:: RESUME_EVENTS Corresponds to GdkFrameClock::resume-events. Should not be handled by applications. .. attribute:: UPDATE Corresponds to GdkFrameClock::update.