gtkIconViewEnableModelDragSource {RGtk2}R Documentation

gtkIconViewEnableModelDragSource

Description

Turns icon.view into a drag source for automatic DND.

Usage

gtkIconViewEnableModelDragSource(object, start.button.mask, targets, actions)

Arguments

object [GtkIconView] a GtkIconTreeView
start.button.mask [GdkModifierType] Mask of allowed buttons to start drag
targets [GtkTargetEntry] the table of targets that the drag will support
actions [GdkDragAction] the bitmask of possible actions for a drag from this widget

Details

Since 2.8

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]