GtkTargetEntry

Undocumented in source.
struct GtkTargetEntry {}

Members

Variables

flags
uint flags;

#GtkTargetFlags for DND

info
uint info;

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 without extensive string compares.

target
char* target;

a string representation of the target type

Meta