gtkEntrySetIconDragSource(object, icon.pos, target.list, actions)
object
GtkIconEntry
icon.pos
target.list
actions
"drag-data-get"
(or possibly "drag-data-delete"
)
signal, and use gtkEntryGetCurrentIconDragSource
in
your signal handler to find out if the drag was started from
an icon.
By default, GTK+ uses the icon as the drag icon. You can use the
"drag-begin"
signal to set a different icon. Note that you
have to use gSignalConnectAfter()
to ensure that your signal handler
gets executed after the default handler.
Since 2.16