enum
Gdk::DragCancelReason
Overview
Used in Gdk::Drag
to the reason of a cancelled DND operation.
Defined in:
lib/gi-crystal/src/auto/gdk-4.0/gdk.crEnum Members
-
NoTarget =
0_u32
-
There is no suitable drop target.
-
UserCancelled =
1_u32
-
Drag cancelled by the user
-
Error =
2_u32
-
Unspecified error.
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#error?
Returns
true
if this enum value equalsError
-
#no_target?
Returns
true
if this enum value equalsNoTarget
-
#user_cancelled?
Returns
true
if this enum value equalsUserCancelled
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.