Enumeration
GtkTargetFlags
Description [src]
The GtkTargetFlags enumeration is used to specify
constraints on a GtkTargetEntry.
Members
-
GTK_TARGET_SAME_APP -
If this is set, the target will only be selected for drags within a single application.
- Value:
1 - Available since: 3.0
- Value:
-
GTK_TARGET_SAME_WIDGET -
If this is set, the target will only be selected for drags within a single widget.
- Value:
2 - Available since: 3.0
- Value:
-
GTK_TARGET_OTHER_APP -
If this is set, the target will not be selected for drags within a single application.
- Value:
4 - Available since: 3.0
- Value:
-
GTK_TARGET_OTHER_WIDGET -
If this is set, the target will not be selected for drags withing a single widget.
- Value:
8 - Available since: 3.0
- Value: