GtkTargetPair

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

Members

Variables

flags
uint flags;

GtkTargetFlags for DND

info
uint info;

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

target
GdkAtom target;

gdk.Atom representation of the target type