Gtk.ToolItemGroup.prototype.get_drop_item
function get_drop_item(x:Number, y:Number):Gtk.ToolItem {
// Gjs wrapper for gtk_tool_item_group_get_drop_item()
}Gets the tool item at position (x, y).
Since 2.20
- x
the x position
- y
the y position
- Returns
the Gtk.ToolItem at position (x, y)