GtkIconViewDropPosition

An enum for determining where a dropped item goes. GTK_ICON_VIEW_NO_DROP no drop possible GTK_ICON_VIEW_DROP_INTO dropped item replaces the item GTK_ICON_VIEW_DROP_LEFT droppped 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

Values

ValueMeaning
NO_DROP
DROP_INTO
DROP_LEFT
DROP_RIGHT
DROP_ABOVE
DROP_BELOW

Meta