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
true
if this enum value containsBidirectional
-
#default?
Returns
true
if this enum value containsDefault
-
#invert_boolean?
Returns
true
if this enum value containsInvertBoolean
- #none?
-
#sync_create?
Returns
true
if 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.