gtkDragDestSet {RGtk2} | R Documentation |
Sets a widget as a potential drop destination.
gtkDragDestSet(object, flags, targets, actions)
|
[GtkWidget ] a GtkWidget |
|
[GtkDestDefaults ] the flags that specify what actions GTK+ should take
on behalf of a widget for drops onto that widget. The targets
and actions fields only are used if GTK_DEST_DEFAULT_MOTION
or GTK_DEST_DEFAULT_DROP are given. |
|
[GtkTargetEntry ] a pointer to a list of GtkTargetEntry s indicating
the drop types that this widget will accept. |
|
[GdkDragAction ] a bitmask of possible actions for a drop onto this
widget. |
Derived by RGtkGen from GTK+ documentation