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 [GtkSelectionData] some GtkSelectionData
tree.model [GtkTreeModel] a GtkTreeModel
path [GtkTreePath] 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.12.5-3 Index]