gtkDragSetIconStock {RGtk2} | R Documentation |
Sets the icon for a given drag from a stock ID.
gtkDragSetIconStock(object, stock.id, hot.x, hot.y)
|
[GdkDragContext ] the context for a drag. (This must be called
with a context for the source side of a drag) |
|
[character] the ID of the stock icon to use for the drag. |
|
[integer] the X offset within the icon of the hotspot. |
|
[integer] the Y offset within the icon of the hotspot. |
Derived by RGtkGen from GTK+ documentation