gtkTreeSetRowDragData {RGtk2}R Documentation

gtkTreeSetRowDragData

Description

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

Usage

gtkTreeSetRowDragData(object, tree.model, path)

Arguments

object

some GtkSelectionData

tree.model

a GtkTreeModel

path

a row in tree.model

Value

[logical] TRUE if the GtkSelectionData had the proper target type to allow us to set a tree row

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]