Package: gtk

Function gtk:tree-set-row-drag-data

Lambda List

gtk:tree-set-row-drag-data (data model path)

Arguments

data -- a gtk:selection-data instance
model -- a gtk:tree-model object
path -- a gtk:tree-path instance with a row in model

Return Value

True if data had the proper target type to allow us to set a tree row.

Details

Sets selection data of target type GTK_TREE_MODEL_ROW. Normally used in a drag_data_get handler.
 

See also

#2023-3-29