GtkTargetFlags

The #GtkTargetFlags enumeration is used to specify constraints on a #GtkTargetEntry.

Values

ValueMeaning
SameApp1

If this is set, the target will only be selected for drags within a single application.

SameWidget2

If this is set, the target will only be selected for drags within a single widget.

OtherApp4

If this is set, the target will not be selected for drags within a single application.

OtherWidget8

If this is set, the target will not be selected for drags withing a single widget.