gtkDragSetIconStock {RGtk2}R Documentation

gtkDragSetIconStock

Description

Sets the icon for a given drag from a stock ID.

Usage

gtkDragSetIconStock(object, stock.id, hot.x, hot.y)

Arguments

object [GdkDragContext] the context for a drag. (This must be called with a context for the source side of a drag)
stock.id [character] the ID of the stock icon to use for the drag.
hot.x [integer] the X offset within the icon of the hotspot.
hot.y [integer] the Y offset within the icon of the hotspot.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]