Gtk.IconViewDropPosition – gtk+-3.0 Reference Manual
IconViewDropPosition
Description:
[
CCode
( cprefix =
"GTK_ICON_VIEW_"
, type_id =
"gtk_icon_view_drop_position_get_type ()"
) ]
public
enum
IconViewDropPosition
An enum for determining where a dropped item goes.
Namespace:
Gtk
Package:
gtk+-3.0
Content:
Enum values:
DROP_ABOVE
-
dropped item is inserted above
DROP_BELOW
-
dropped item is inserted below
DROP_INTO
-
dropped item replaces the item
DROP_LEFT
-
droppped item is inserted to the left
DROP_RIGHT
-
dropped item is inserted to the right
NO_DROP
-
no drop possible
2022 vala-language.org