Enumeration

GtkTreeViewDropPosition

Declaration

enum Gtk.TreeViewDropPosition

Description [src]

An enum for determining where a dropped row goes.

Members

GTK_TREE_VIEW_DROP_BEFORE

Dropped row is inserted before.

  • Value: 0
  • Available since: 3.0
GTK_TREE_VIEW_DROP_AFTER

Dropped row is inserted after.

  • Value: 1
  • Available since: 3.0
GTK_TREE_VIEW_DROP_INTO_OR_BEFORE

Dropped row becomes a child or is inserted before.

  • Value: 2
  • Available since: 3.0
GTK_TREE_VIEW_DROP_INTO_OR_AFTER

Dropped row becomes a child or is inserted after.

  • Value: 3
  • Available since: 3.0