FrameClockPhase#

class FrameClockPhase#

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

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

Fields#

class FrameClockPhase
AFTER_PAINT#

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

BEFORE_PAINT#

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

FLUSH_EVENTS#

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

LAYOUT#

Corresponds to GdkFrameClock::layout. Should not be handled by applications.

NONE#

No phase

PAINT#

Corresponds to GdkFrameClock::paint.

RESUME_EVENTS#

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

UPDATE#

Corresponds to GdkFrameClock::update.