gtk.target_pair

Module for [TargetPair] class

Types 1

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

Fields
GtkTargetPair _cInstance
Methods
void * _cPtr()
gdk.atom.Atom target() @propertyGet `target` field. Returns: #GdkAtom representation of the target type
uint flags() @propertyGet `flags` field. Returns: #GtkTargetFlags for DND
void flags(uint propval) @propertySet `flags` field. Params: propval = #GtkTargetFlags for DND
uint info() @propertyGet `info` field. Returns: an application-assigned integer ID which will get passed as a parameter to e.g the #GtkWidget::selection-get signal. It allows the application to identify the target type...
void info(uint propval) @propertySet `info` field. Params: propval = an application-assigned integer ID which will get passed as a parameter to e.g the #GtkWidget::selection-get signal. It allows the application to identify the ta...
Constructors
this(void * ptr, Flag!"Take" take)