Enumeration
GtkTargetFlags
Description [src]
The GtkTargetFlags
enumeration is used to specify
constraints on a GtkTargetEntry
.
Members
Name | Description |
---|---|
GTK_TARGET_SAME_APP |
If this is set, the target will only be selected for drags within a single application. |
GTK_TARGET_SAME_WIDGET |
If this is set, the target will only be selected for drags within a single widget. |
GTK_TARGET_OTHER_APP |
If this is set, the target will not be selected for drags within a single application. |
GTK_TARGET_OTHER_WIDGET |
If this is set, the target will not be selected for drags withing a single widget. |