enum
Gtk::TreeViewDropPosition
Overview
An enum for determining where a dropped row goes.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
-
Before =
0_u32
-
dropped row is inserted before
-
After =
1_u32
-
dropped row is inserted after
-
IntoOrBefore =
2_u32
-
dropped row becomes a child or is inserted before
-
IntoOrAfter =
3_u32
-
dropped row becomes a child or is inserted after
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#after?
Returns
true
if this enum value equalsAfter
-
#before?
Returns
true
if this enum value equalsBefore
-
#into_or_after?
Returns
true
if this enum value equalsIntoOrAfter
-
#into_or_before?
Returns
true
if this enum value equalsIntoOrBefore
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.