gtkTreeViewCreateRowDragIcon {RGtk2}R Documentation

gtkTreeViewCreateRowDragIcon

Description

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

Usage

gtkTreeViewCreateRowDragIcon(object, path)

Arguments

object [GtkTreeView] a GtkTreeView
path [GtkTreePath] a GtkTreePath in tree.view

Value

[GdkPixmap] a newly-allocated pixmap of the drag icon.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]