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