tree_set_row_drag_data
function tree_set_row_drag_data(selection_data:Gtk.SelectionData, tree_model:Gtk.TreeModel, path:Gtk.TreePath):Boolean {
// Gjs wrapper for gtk_tree_set_row_drag_data()
}Sets selection data of target type %GTK_TREE_MODEL_ROW. Normally used in a drag_data_get handler.
- selection_data
some Gtk.SelectionData
- tree_model
- path
a row in tree_model
- Returns
true if the Gtk.SelectionData had the proper target type to allow us to set a tree row