enum
Gdk::FrameClockPhase
Defined in:
lib/gi-crystal/src/auto/gdk-4.0/gdk.crEnum 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
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#after_paint?
Returns
trueif this enum value containsAfterPaint -
#before_paint?
Returns
trueif this enum value containsBeforePaint -
#flush_events?
Returns
trueif this enum value containsFlushEvents -
#layout?
Returns
trueif this enum value containsLayout - #none?
-
#paint?
Returns
trueif this enum value containsPaint -
#resume_events?
Returns
trueif this enum value containsResumeEvents -
#update?
Returns
trueif this enum value containsUpdate
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.