Gtk.TargetPair

Fields

Name

Type

Access

Description

flags

int

r/w

Gtk.TargetFlags for DND

info

int

r/w

an application-assigned integer ID which will get passed as a parameter to e.g the Gtk.Widget ::selection-get signal. It allows the application to identify the target type without extensive string compares.

target

Gdk.Atom

r/w

Gdk.Atom representation of the target type

Methods

None

Details

class Gtk.TargetPair

A Gtk.TargetPair is used to represent the same information as a table of Gtk.TargetEntry, but in an efficient form.