TargetEntry

A #GtkTargetEntry represents a single type of data than can be supplied for by a widget for a selection or for supplied or received during drag-and-drop.

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(string target, uint flags, uint info)

Makes a new #GtkTargetEntry.

Members

Functions

_cPtr
void* _cPtr(Flag!"Dup" dup)
copy
gtk.target_entry.TargetEntry copy()

Makes a copy of a #GtkTargetEntry and its data.

self
TargetEntry self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]
flags
uint flags [@property getter]

Get flags field.

flags
uint flags [@property setter]

Set flags field.

info
uint info [@property getter]

Get info field.

info
uint info [@property setter]

Set info field.

target
string target [@property getter]

Get target field.

target
string target [@property setter]

Set target field.

Static functions

_getGType
GType _getGType()

Inherited Members

From Boxed

_cInstancePtr
void* _cInstancePtr;

Pointer to the C boxed value

_getGType
GType _getGType()

Get the GType of this boxed type.

_gType
GType _gType [@property getter]

Boxed GType property.

self
Boxed self()

Convenience method to return this cast to a type. For use in D with statements.

boxCopy
void* boxCopy()

Make a copy of the wrapped C boxed data.

boxedCopy
void* boxedCopy(void* cBoxed)

Copy a C boxed value using g_boxed_copy.

boxedFree
void boxedFree(void* cBoxed)

Free a C boxed value using g_boxed_free.