gtkIconViewCreateDragIcon {RGtk2}R Documentation

gtkIconViewCreateDragIcon

Description

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

Usage

gtkIconViewCreateDragIcon(object, path)

Arguments

object [GtkIconView] a GtkIconView
path [GtkTreePath] a GtkTreePath in icon.view

Details

Since 2.8

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]