Function
Gtkdrag_set_icon_pixbuf
Declaration [src]
void
gtk_drag_set_icon_pixbuf (
GdkDragContext* context,
GdkPixbuf* pixbuf,
gint hot_x,
gint hot_y
)
Parameters
context-
Type:
GdkDragContextThe context for a drag (This must be called with a context for the source side of a drag).
The data is owned by the caller of the function. pixbuf-
Type:
GdkPixbufThe
GdkPixbufto use as the drag icon.The data is owned by the caller of the function. hot_x-
Type:
gintThe X offset within
widgetof the hotspot. hot_y-
Type:
gintThe Y offset within
widgetof the hotspot.