Method
GtkTreeViewget_drag_dest_row
Declaration [src]
void
gtk_tree_view_get_drag_dest_row (
GtkTreeView* tree_view,
GtkTreePath** path,
GtkTreeViewDropPosition* pos
)
Parameters
path
-
Type:
GtkTreePath
Return location for the path of the highlighted row, or
NULL
.The argument will be set by the function. The argument can be set to NULL
by the method.The argument can be NULL
.The caller of the method takes ownership of the returned data, and is responsible for freeing it. pos
-
Type:
GtkTreeViewDropPosition
Return location for the drop position, or
NULL
.The argument will be set by the function. The argument can be NULL
.The caller of the method takes ownership of the returned data, and is responsible for freeing it.