Function gtk4::tree_create_row_drag_content[][src]

pub fn tree_create_row_drag_content<P: IsA<TreeModel>>(
    tree_model: &P,
    path: &TreePath
) -> Option<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