gtkTreeDragSourceRowDraggable {RGtk2}R Documentation

gtkTreeDragSourceRowDraggable

Description

Asks the GtkTreeDragSource whether a particular row can be used as the source of a DND operation. If the source doesn't implement this interface, the row is assumed draggable.

Usage

gtkTreeDragSourceRowDraggable(object, path)

Arguments

object [GtkTreeDragSource] a GtkTreeDragSource
path [GtkTreePath] row on which user is initiating a drag

Value

[logical] TRUE if the row can be dragged

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]