Struct
GtkTargetPair
Description [src]
struct GtkTargetPair {
GdkAtom target;
guint flags;
guint info;
}
A GtkTargetPair is used to represent the same
information as a table of GtkTargetEntry, but in
an efficient form.
Structure members
target:GdkAtomGdkAtomrepresentation of the target type.flags:guintGtkTargetFlagsfor DND.info:guintAn application-assigned integer ID which will get passed as a parameter to e.g the
GtkWidget::selection-getsignal. It allows the application to identify the target type without extensive string compares.