Enumeration (GI Flags)

Gdk-3.0GdkFrameClockPhaseSince 3.8

Gdk.FrameClockPhase 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.

3.8

Index

Enumeration Members

AFTER_PAINT: number

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

BEFORE_PAINT: number

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

FLUSH_EVENTS: number

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

LAYOUT: number

corresponds to GdkFrameClock::layout.

NONE: number

no phase

PAINT: number

corresponds to GdkFrameClock::paint.

RESUME_EVENTS: number

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

UPDATE: number

corresponds to GdkFrameClock::update.