DestDefaults
Description:
[ CCode ( cprefix = "GTK_DEST_DEFAULT_" , type_id = "gtk_dest_defaults_get_type ()" ) ]
[ Flags ]
public enum DestDefaults
The DestDefaults enumeration specifies the various types of action that will be taken on behalf of the user for a
drag destination site.
Content:
Enum values:
- ALL - If set, specifies that all default
actions should be taken.
- DROP - If set for a widget, when a drop
occurs, GTK+ will 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.
- MOTION - If set for a widget, GTK+,
during a drag over this widget will check if the drag matches this widget’s list of possible targets and actions.