TreeView.createRowDragIcon

Creates a cairo.surface.Surface representation of the row at path. This image is used for a drag icon.

More...
class TreeView
createRowDragIcon

Parameters

path gtk.tree_path.TreePath

a gtk.tree_path.TreePath in tree_view

Return Value

Type: gdk.paintable.Paintable

a newly-allocated surface of the drag icon.

Detailed Description