The GtkTargetFlags enumeration is used to specify constraints on an entry in a GtkTargetTable.
Value | Symbolic name | Description |
1 << 0 | Gtk::TARGET_SAME_APP | If this is set, the target will only be selected for drags within a single application. |
1 << 1 | Gtk::TARGET_SAME_WIDGET | If this is set, the target will only be selected for drags within a single widget. |