pub fn tree_create_row_drag_content(
    tree_model: &impl IsA<TreeModel>,
    path: &TreePath
) -> ContentProvider
Expand description

Creates a content provider for dragging @path from @tree_model.

tree_model

a TreeModel

path

a row in @tree_model

Returns

a new gdk::ContentProvider