gtkToolItemGroupGetDropItem {RGtk2}R Documentation

gtkToolItemGroupGetDropItem

Description

Gets the tool item at position (x, y).

Usage

gtkToolItemGroupGetDropItem(object, x, y)

Arguments

object

a GtkToolItemGroup

x

the x position

y

the y position

Details

Since 2.20

Value

[GtkToolItem] the GtkToolItem at position (x, y)

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]