Method

GtkToolItemGroupget_drop_item

since: 2.20

Declaration [src]

GtkToolItem*
gtk_tool_item_group_get_drop_item (
  GtkToolItemGroup* group,
  gint x,
  gint y
)

Description [src]

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

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 (x, y)

The returned data is owned by the instance.