gtkToolItemSetUseDragWindow {RGtk2}R Documentation

gtkToolItemSetUseDragWindow

Description

Sets whether toolitem has a drag window. When TRUE the toolitem can be used as a drag source through gtkDragSourceSet. When toolitem has a drag window it will intercept all events, even those that would otherwise be sent to a child of toolitem.

Usage

gtkToolItemSetUseDragWindow(object, use.drag.window)

Arguments

object [GtkToolItem] a GtkToolItem
use.drag.window [logical] Whether toolitem has a drag window.

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]