enum Gdk::FrameClockPhase

Defined in:

lib/gi-crystal/src/auto/gdk-4.0/gdk.cr

Enum Members

FlushEvents = 1_u32
BeforePaint = 2_u32
Update = 4_u32
Layout = 8_u32
Paint = 16_u32
ResumeEvents = 32_u32
AfterPaint = 64_u32

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


Instance Method Detail

def after_paint? #

def before_paint? #

def flush_events? #

def layout? #

def none? #

def paint? #

def resume_events? #

def update? #