GtkTreeViewDropPosition

An enum for determining where a dropped row goes.

Values

ValueMeaning
Before0

dropped row is inserted before

After1

dropped row is inserted after

IntoOrBefore2

dropped row becomes a child or is inserted before

IntoOrAfter3

dropped row becomes a child or is inserted after