enum
GObject::BindingFlags
Defined in:
lib/gi-crystal/src/auto/g_object-2.0/g_object.crEnum Members
-
Default =
0_u32 -
Bidirectional =
1_u32 -
SyncCreate =
2_u32 -
InvertBoolean =
4_u32 -
None =
0_u32 -
All =
7_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#bidirectional?
Returns
trueif this enum value containsBidirectional -
#default?
Returns
trueif this enum value containsDefault -
#invert_boolean?
Returns
trueif this enum value containsInvertBoolean - #none?
-
#sync_create?
Returns
trueif this enum value containsSyncCreate
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.