GdkDragContext

Main Gtk struct. A GdkDragContext holds information about a drag in progress. It is used on both source and destination sides. GObject parent_instance; the parent instance

Members

Variables

action
GdkDragAction action;
Undocumented in source.
actions
GdkDragAction actions;
Undocumented in source.
destWindow
GdkWindow* destWindow;
Undocumented in source.
isSource
int isSource;
Undocumented in source.
parentInstance
GObject parentInstance;
Undocumented in source.
protocol
GdkDragProtocol protocol;
Undocumented in source.
sourceWindow
GdkWindow* sourceWindow;
Undocumented in source.
startTime
uint startTime;
Undocumented in source.
suggestedAction
GdkDragAction suggestedAction;
Undocumented in source.
targets
GList* targets;
Undocumented in source.

Meta