Enumeration (GI Flags)

Gtk-3.0GtkTargetFlags

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

Index

Enumeration Members

OTHER_APP: number

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

OTHER_WIDGET: number

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

SAME_APP: number

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

SAME_WIDGET: number

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