DragAndDrop.setIconGicon

Sets the icon for a given drag from the given icon. See the documentation for gtk_drag_set_icon_name() for more details about using icons in drag and drop.

class DragAndDrop
void
setIconGicon
(,
int hotX
,
int hotY
)

Parameters

icon IconIF

a GIcon

hotX int

the X offset of the hotspot within the icon

hotY int

the Y offset of the hotspot within the icon Since 3.2

Meta