get_child_at_pos


Description:

[ Version ( since = "3.22.6" ) ]
public unowned FlowBoxChild? get_child_at_pos (int x, int y)

Gets the child in the (x, y) position.

Parameters:

this

a FlowBox

x

the x coordinate of the child

y

the y coordinate of the child

Returns:

the child widget, which will always be a FlowBoxChild or null in case no child widget exists for the given x and y coordinates.