gtk-Drag-and-Drop {RGtk2} | R Documentation |
Functions for controlling drag and drop handling
gtkDragDestSet(object, flags, targets, actions)
gtkDragDestSetProxy(object, proxy.window, protocol, use.coordinates)
gtkDragDestUnset(object)
gtkDragDestFindTarget(object, context, target.list)
gtkDragDestGetTargetList(object)
gtkDragDestSetTargetList(object, target.list)
gtkDragDestAddTextTargets(object)
gtkDragDestAddImageTargets(object)
gtkDragDestAddUriTargets(object)
gtkDragDestSetTrackMotion(object, track.motion)
gtkDragDestGetTrackMotion(object)
gtkDragFinish(object, success, del, time = "GDK_CURRENT_TIME")
gtkDragGetData(object, context, target, time = "GDK_CURRENT_TIME")
gtkDragGetSourceWidget(context)
gtkDragHighlight(object)
gtkDragUnhighlight(object)
gtkDragBegin(object, targets, actions, button, event)
gtkDragSetIconWidget(object, widget, hot.x, hot.y)
gtkDragSetIconPixmap(object, colormap, pixmap, mask, hot.x, hot.y)
gtkDragSetIconPixbuf(object, pixbuf, hot.x, hot.y)
gtkDragSetIconStock(object, stock.id, hot.x, hot.y)
gtkDragSetIconName(object, icon.name, hot.x, hot.y)
gtkDragSetIconDefault(object)
gtkDragSetDefaultIcon(colormap, pixmap, mask, hot.x, hot.y)
gtkDragCheckThreshold(object, start.x, start.y, current.x, current.y)
gtkDragSourceSet(object, start.button.mask, targets, actions)
gtkDragSourceSetIcon(object, colormap, pixmap, mask = NULL)
gtkDragSourceSetIconPixbuf(object, pixbuf)
gtkDragSourceSetIconStock(object, stock.id)
gtkDragSourceSetIconName(widget, icon.name)
gtkDragSourceUnset(object)
gtkDragSourceSetTargetList(object, target.list)
gtkDragSourceGetTargetList(object)
gtkDragSourceAddTextTargets(object)
gtkDragSourceAddImageTargets(object)
gtkDragSourceAddUriTargets(object)
GTK+ has a rich set of functions for doing inter-process
communication via the drag-and-drop metaphor. GTK+
can do drag-and-drop (DND) via multiple protocols.
The currently supported protocols are the Xdnd and
Motif protocols.
As well as the functions listed here, applications
may need to use some facilities provided for
Selections.
Also, the Drag and Drop API makes use of signals
in the GtkWidget
class.
Derived by RGtkGen from GTK+ documentation
http://library.gnome.org/devel//gtk/gtk-Drag-and-Drop.html