GtkTargetFlags

The GtkTargetFlags enumeration is used to specify constraints on an entry in a GtkTargetTable.

Value

Symbolic name

Description

 1 << 0Gtk::TARGET_SAME_APP If this is set, the target will only be selected for drags within a single application.
 1 << 1Gtk::TARGET_SAME_WIDGET If this is set, the target will only be selected for drags within a single widget.