GtkTargetFlags

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. Since 2.12 GTK_TARGET_OTHER_WIDGET If this is set, the target will not be selected for drags withing a single widget. Since 2.12

Values

ValueMeaning
SAME_APP1 << 0
SAME_WIDGET1 << 1
OTHER_APP1 << 2
OTHER_WIDGET1 << 3

Meta