TreeViewDropPosition
Description:
[ CCode ( cprefix = "GTK_TREE_VIEW_DROP_" , type_id = "gtk_tree_view_drop_position_get_type ()" ) ]
public enum TreeViewDropPosition
An enum for determining where a dropped row goes.
Content:
Enum values:
- AFTER - dropped row is inserted
after
- BEFORE - dropped row is inserted
before
- INTO_OR_AFTER - dropped row
becomes a child or is inserted after
- INTO_OR_BEFORE - dropped
row becomes a child or is inserted before