Method

GtkToolPaletteget_drop_item

since: 2.20

Declaration [src]

GtkToolItem*
gtk_tool_palette_get_drop_item (
  GtkToolPalette* palette,
  gint x,
  gint y
)

Description [src]

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

Available since: 2.20

Parameters

x

Type: gint

The x position.

y

Type: gint

The y position.

Return value

Type: GtkToolItem

The GtkToolItem at position or NULL if there is no such item.

The returned data is owned by the instance.
The return value can be NULL.