GtkTargetFlags

The GtkTargetFlags enumeration is used to specify constraints on a gtk.TargetEntry

Values

ValueMeaning
SAME_APP1

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

SAME_WIDGET2

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

OTHER_APP4

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

OTHER_WIDGET8

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