GtkTargetFlags
The GtkTargetFlags enumeration is used to specify constraints on an entry in a GtkTargetTable.
値 | シンボリック名 | 説明 |
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. |