GtkTreeViewDropPosition

An enum for determining where a dropped row goes.

Values

ValueMeaning
BEFORE0

dropped row is inserted before

AFTER1

dropped row is inserted after

INTO_OR_BEFORE2

dropped row becomes a child or is inserted before

INTO_OR_AFTER3

dropped row becomes a child or is inserted after