gtkToolPaletteGetDropItem {RGtk2}R Documentation

gtkToolPaletteGetDropItem

Description

Gets the item at position (x, y). See gtkToolPaletteGetDropGroup.

Usage

gtkToolPaletteGetDropItem(object, x, y)

Arguments

object

a GtkToolPalette

x

the x position

y

the y position

Details

Since 2.20

Value

[GtkToolItem] the GtkToolItem at position or NULL if there is no such item

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]