TargetFlags
Description:
[ CCode ( cprefix = "GTK_TARGET_" , type_id = "gtk_target_flags_get_type ()" ) ]
[ Flags ]
public enum TargetFlags
The TargetFlags enumeration is used to specify constraints on a
TargetEntry.
Content:
Enum values:
- OTHER_APP - If this is set, the target
will not be selected for drags within a single application.
- OTHER_WIDGET - If this is set, the
target will not be selected for drags withing a single widget.
- SAME_APP - If this is set, the target will
only be selected for drags within a single application.
- SAME_WIDGET - If this is set, the
target will only be selected for drags within a single widget.