gtkDragSourceSetIcon: gtkDragSourceSetIcon

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Sets the icon that will be used for drags from a particular widget from a pixmap/mask. GTK+ retains references for the arguments, and will release them when they are no longer needed. Use gtkDragSourceSetIconPixbuf instead.

Usage

1
gtkDragSourceSetIcon(object, colormap, pixmap, mask = NULL)

Arguments

object

a GtkWidget

colormap

the colormap of the icon

pixmap

the image data for the icon

mask

the transparency mask for an image. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.