Enumeration (GI Flags)

Gdk-4.0GdkFrameClockPhase

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

The elements of the enumeration correspond to the signals of Gdk.FrameClock.

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. Should not be handled by applications.

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.