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

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]