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 gdk.FrameClock

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.

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