TreeView.createRowDragIcon
gdk.paintable.Paintable createRowDragIcon(gtk.tree_path.TreePath path)Creates a [cairo.surface.Surface] representation of the row at path. This image is used for a drag icon.
Parameters
path | a [gtk.tree_path.TreePath] in tree_view |
Returns
a newly-allocated surface of the drag icon.
Deprecated
Use [gtk.list_view.ListView] or [gtk.column_view.ColumnView] instead