Enumeration
Gtk.IconViewDropPosition
Members
Name | Nickname | Value | Description |
---|---|---|---|
GTK_ICON_VIEW_NO_DROP |
"no-drop" |
0 |
no drop possible |
GTK_ICON_VIEW_DROP_INTO |
"drop-into" |
1 |
dropped item replaces the item |
GTK_ICON_VIEW_DROP_LEFT |
"drop-left" |
2 |
dropped item is inserted to the left |
GTK_ICON_VIEW_DROP_RIGHT |
"drop-right" |
3 |
dropped item is inserted to the right |
GTK_ICON_VIEW_DROP_ABOVE |
"drop-above" |
4 |
dropped item is inserted above |
GTK_ICON_VIEW_DROP_BELOW |
"drop-below" |
5 |
dropped item is inserted below |