The GtkTargetFlags enumeration is used to specify
constraints on an entry in a GtkTargetTable.
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.
The GtkTargetFlags enumeration is used to specify constraints on an entry in a GtkTargetTable. 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.