Gtk.TreeView.prototype.create_row_drag_icon

function create_row_drag_icon(path:Gtk.TreePath):cairo.Surface {
    // Gjs wrapper for gtk_tree_view_create_row_drag_icon()
}

Creates a #cairo_surface_t representation of the row at path. This image is used for a drag icon.

path

a Gtk.TreePath in tree_view

Returns

a newly-allocated surface of the drag icon.