GtkTreeDragSourceIface

Members

Variables

dragDataDelete
gboolean function(GtkTreeDragSource* dragSource, GtkTreePath* path) dragDataDelete;

Asks the #GtkTreeDragSource to delete the row at path, because it was moved somewhere else via drag-and-drop.

dragDataGet
gboolean function(GtkTreeDragSource* dragSource, GtkTreePath* path, GtkSelectionData* selectionData) dragDataGet;

Asks the #GtkTreeDragSource to fill in selection_data with a representation of the row at path.

gIface
GTypeInterface gIface;
rowDraggable
gboolean function(GtkTreeDragSource* dragSource, GtkTreePath* path) rowDraggable;

Asks the #GtkTreeDragSource whether a particular row can be used as the source of a DND operation.