GtkTreeDragSourceIface

Members

Variables

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

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

dragDataGet
GdkContentProvider* function(GtkTreeDragSource* dragSource, GtkTreePath* path) dragDataGet;

Asks the gtk.tree_drag_source.TreeDragSource to fill in selection_data with a representation of the row at path.

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

Asks the gtk.tree_drag_source.TreeDragSource whether a particular row can be used as the source of a DND operation.