ToolPalette.getDropItem

Gets the item at position (x, y). See gtk_tool_palette_get_drop_group(). Since 2.20

class ToolPalette
getDropItem
(
int x
,
int y
)

Parameters

x int

the x position

y int

the y position

Return Value

Type: ToolItem

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

Meta