Enumeration
GtkTreeViewDropPosition
deprecated: 4.20
Description [src]
An enum for determining where a dropped row goes.
Deprecated since: 4.20
There is no replacement.
Members
- 
            GTK_TREE_VIEW_DROP_BEFORE
- 
            Dropped row is inserted before. - Value: 0
- Available since: 4.0
 
- Value: 
- 
            GTK_TREE_VIEW_DROP_AFTER
- 
            Dropped row is inserted after. - Value: 1
- Available since: 4.0
 
- Value: 
- 
            GTK_TREE_VIEW_DROP_INTO_OR_BEFORE
- 
            Dropped row becomes a child or is inserted before. - Value: 2
- Available since: 4.0
 
- Value: 
- 
            GTK_TREE_VIEW_DROP_INTO_OR_AFTER
- 
            Dropped row becomes a child or is inserted after. - Value: 3
- Available since: 4.0
 
- Value: