Enumeration
GtkDestDefaults
Description [src]
The GtkDestDefaults
enumeration specifies the various
types of action that will be taken on behalf
of the user for a drag destination site.
Members
Name | Description |
---|---|
GTK_DEST_DEFAULT_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.
GTK+ will then call |
GTK_DEST_DEFAULT_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. |
GTK_DEST_DEFAULT_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. If so, GTK+ will call |
GTK_DEST_DEFAULT_ALL |
If set, specifies that all default actions should be taken. |