Package: gtk

Function gtk-tree-drag-source-drag-data-get

Lambda List

gtk-tree-drag-source-drag-data-get (source path data)

Arguments

source -- a gtk-tree-drag-source object
path -- a gtk-tree-path insance with the row that was dragged
data -- a gtk-selection-data instance to fill with data from the dragged row

Return Value

True if data of the required type was provided.

Details

Asks the gtk-tree-drag-source object to fill in data with a representation of the row at path. The function gtk-selection-data-target gives the required type of the data. Should robustly handle a path no longer found in the model.
 

See also

2021-3-5