Enumeration
Gtk.IconViewDropPosition
Members
| Name | Description | 
|---|---|
| GTK_ICON_VIEW_NO_DROP | no drop possible | 
| GTK_ICON_VIEW_DROP_INTO | dropped item replaces the item | 
| GTK_ICON_VIEW_DROP_LEFT | dropped item is inserted to the left | 
| GTK_ICON_VIEW_DROP_RIGHT | dropped item is inserted to the right | 
| GTK_ICON_VIEW_DROP_ABOVE | dropped item is inserted above | 
| GTK_ICON_VIEW_DROP_BELOW | dropped item is inserted below |