GtkTreeViewDropPosition

An enum for determining where a dropped row goes.

Value

Symbolic name

Description

  0Gtk::TREE_VIEW_DROP_BEFORE Drop before this row.
  1Gtk::TREE_VIEW_DROP_AFTER Drop after this row.
  2Gtk::TREE_VIEW_DROP_INTO_OR_BEFORE Drop as a child of this row (with fallback to before if into is not possible)
  3Gtk::TREE_VIEW_DROP_INTO_OR_AFTER Drop as a child of this row (with fallback to after if into is not possible)