gtk-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.
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.
System.EnumSystem.IComparableSystem.IConvertibleSystem.IFormattableSystem.FlagsAttributeFieldGtk.DestDefaults
If set for a widget, during a drag, Gtk+ will check if the
drag matches this widget's list of possible targets and
actions.
FieldGtk.DestDefaults
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.
FieldGtk.DestDefaults
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 on behalf of the
widget. Whether or not the drop is successful, Gtk+ will
call . If the drag was
successful, then true will be passed for the del parameter
to .
FieldGtk.DestDefaultsIf set, specifies that all default actions should be taken.FieldSystem.Int32To be addedTo be added