gtkDragDestSet {RGtk2}R Documentation

gtkDragDestSet

Description

Sets a widget as a potential drop destination.

Usage

gtkDragDestSet(object, flags, targets, actions)

Arguments

object [GtkWidget] a GtkWidget
flags [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.
targets [GtkTargetEntry] a pointer to a list of GtkTargetEntrys indicating the drop types that this widget will accept.
actions [GdkDragAction] a bitmask of possible actions for a drop onto this widget.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]