enum Gtk::IconViewDropPosition
Overview
An enum for determining where a dropped item goes.
Defined in:
auto/gtk-4.0/gtk.crEnum Members
-
NoDrop =
0_u32
-
no drop possible
-
DropInto =
1_u32
-
dropped item replaces the item
-
DropLeft =
2_u32
-
dropped item is inserted to the left
-
DropRight =
3_u32
-
dropped item is inserted to the right
-
DropAbove =
4_u32
-
dropped item is inserted above
-
DropBelow =
5_u32
-
dropped item is inserted below