Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkDragSetIconStock: gtkDragSetIconStock
Description
Sets the icon for a given drag from a stock ID.
Usage
gtkDragSetIconStock(object, stock.id, hot.x, hot.y)
Arguments
object
the context for a drag. (This must be called with a context for the source side of a drag)
stock.id
the ID of the stock icon to use for the drag.
hot.x
the X offset within the icon of the hotspot.
hot.y
the Y offset within the icon of the hotspot.