FrameClockPhase
Description:
[ CCode ( cprefix = "GDK_FRAME_CLOCK_PHASE_" , type_id = "gdk_frame_clock_phase_get_type ()" ) ]
[ Flags ]
[ Version ( since = "3.8" ) ]
public enum FrameClockPhase
FrameClockPhase is used to represent the different paint clock phases that can be requested.
The elements of the enumeration correspond to the signals of FrameClock.
Content:
Enum values:
- AFTER_PAINT - corresponds to
GdkFrameClock:
:after-paint
.
- BEFORE_PAINT - corresponds to
GdkFrameClock:
:before-paint
.
- FLUSH_EVENTS - corresponds to
GdkFrameClock:
:flush-events
s.
- LAYOUT - corresponds to GdkFrameClock:
:layout
.
- NONE - no phase
- PAINT - corresponds to GdkFrameClock:
:paint
.
- RESUME_EVENTS - corresponds to
GdkFrameClock:
:resume-events
s.
- UPDATE - corresponds to GdkFrameClock:
:update
.