Virtual Method
GtkTreeDragSourcedrag_data_get
Declaration [src]
GdkContentProvider*
drag_data_get (
GtkTreeDragSource* drag_source,
GtkTreePath* path
)
Description [src]
Asks the GtkTreeDragSource
to return a GdkContentProvider
representing
the row at path
. Should robustly handle a path
no
longer found in the model!
Parameters
path |
GtkTreePath |
Row that was dragged. |
|
The data is owned by the caller of the function. |