Function gtk::functions::tree_set_row_drag_data [−][src]
pub fn tree_set_row_drag_data<P: IsA<TreeModel>>(
selection_data: &SelectionData,
tree_model: &P,
path: &mut TreePath
) -> bool
Expand description
Sets selection data of target type GTK_TREE_MODEL_ROW
. Normally used
in a drag_data_get handler.
selection_data
some SelectionData
tree_model
path
a row in tree_model
Returns
true
if the SelectionData
had the proper target type to allow us to set a tree row