gtkTreeViewEnableModelDragDest {RGtk2}R Documentation

gtkTreeViewEnableModelDragDest

Description

Turns tree.view into a drop destination for automatic DND.

Usage

gtkTreeViewEnableModelDragDest(object, targets, actions)

Arguments

object [GtkTreeView] a GtkTreeView
targets [GtkTargetEntry] the table of targets that the drag will support
actions [GdkDragAction] the bitmask of possible actions for a drag from this widget

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]