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(GtkTargetEntry* gtkTargetEntry)

Sets our main struct and passes it to the parent class.

this
this(string target, uint flags, uint info)

Makes a new #GtkTargetEntry.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

copy
TargetEntry copy()

Makes a copy of a #GtkTargetEntry and its data.

free
void free()

Frees a #GtkTargetEntry returned from gtk_target_entry_new() or gtk_target_entry_copy().

getStruct
void* getStruct()

the main Gtk struct as a void*

getTargetEntryStruct
GtkTargetEntry* getTargetEntryStruct()

Get the main Gtk struct

Static functions

getType
GType getType()

Variables

gtkTargetEntry
GtkTargetEntry* gtkTargetEntry;

the main Gtk struct

Meta