GtkTargetEntry

Main Gtk struct. A GtkTargetEntry structure 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. gchar *target; a string representation of the target type guint flags; GtkTargetFlags for DND guint 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.

struct GtkTargetEntry {}

Members

Variables

flags
uint flags;
Undocumented in source.
info
uint info;
Undocumented in source.
target
char* target;
Undocumented in source.

Meta