gtkDragSourceSet {RGtk2} | R Documentation |
Sets up a widget so that GTK+ will start a drag operation when the user clicks and drags on the widget. The widget must have a window.
gtkDragSourceSet(object, start.button.mask, targets, actions)
|
[GtkWidget ] a GtkWidget |
|
[GdkModifierType ] the bitmask of buttons that can start the drag |
|
[GtkTargetEntry ] the table of targets that the drag will support |
|
[GdkDragAction ] the bitmask of possible actions for a drag from this
widget. |
Derived by RGtkGen from GTK+ documentation