Enumeration (GI Flags)

Gtk-3.0GtkTargetFlags

The Gtk.TargetFlags enumeration is used to specify constraints on a Gtk.TargetEntry.

Index
OTHER_APP: 4

If this is set, the target will not be selected for drags within a single application.

OTHER_WIDGET: 8

If this is set, the target will not be selected for drags withing a single widget.

SAME_APP: 1

If this is set, the target will only be selected for drags within a single application.

SAME_WIDGET: 2

If this is set, the target will only be selected for drags within a single widget.

Variables

$gtype