GtkTargetList

Main Gtk struct. A GtkTargetList structure is a reference counted list of GtkTargetPair. It is used to represent the same information as a table of GtkTargetEntry, but in an efficient form. This structure should be treated as opaque.

struct GtkTargetList {}

Members

Variables

list
GList* list;
Undocumented in source.
refCount
uint refCount;
Undocumented in source.

Meta