Gtk.DestDefaults Enumeration
An enumeration to specify the various courses of action that will be taken on behalf of the user for a destination site of a drag and drop operation.

Syntax

[GLib.GType(typeof(Gtk.DestDefaultsGType))]
[System.Flags]
public enum DestDefaults

Remarks

Members

Member NameDescription
Motion If set for a widget, during a drag, Gtk+ will check if the drag matches this widget's list of possible targets and actions.
Highlight If set for a widget, Gtk+ will draw a highlight on this widget as long as a drag is over this widget and the widget drag format and action are acceptable.
Drop If set for a widget when a drop occurs, Gtk+ will check if the drag matches this widget's list of possible targets and actions. If so, Gtk+ will call Drag.GetData on behalf of the widget. Whether or not the drop is successful, Gtk+ will call Drag.Finish. If the drag was successful, then true will be passed for the del parameter to Drag.Finish.
AllIf set, specifies that all default actions should be taken.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0