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
None = 0_u32
All = 127_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.


[View source]

Instance Method Detail

def after_paint? #

[View source]
def before_paint? #

[View source]
def flush_events? #

[View source]
def layout? #

[View source]
def none? #

[View source]
def paint? #

[View source]
def resume_events? #

[View source]
def update? #

[View source]