GtkTreeDragDestIface

Members

Variables

dragDataReceived
gboolean function(GtkTreeDragDest* dragDest, GtkTreePath* dest, GtkSelectionData* selectionData) dragDataReceived;

Asks the #GtkTreeDragDest to insert a row before the path dest, deriving the contents of the row from selection_data.

gIface
GTypeInterface gIface;
rowDropPossible
gboolean function(GtkTreeDragDest* dragDest, GtkTreePath* destPath, GtkSelectionData* selectionData) rowDropPossible;

Determines whether a drop is possible before the given dest_path, at the same depth as dest_path.