FlowBox.getChildAtPos

gtk.flow_box_child.FlowBoxChild getChildAtPos(int x, int y)

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

Parameters

xthe x coordinate of the child
ythe y coordinate of the child

Returns

the child widget, which will

always be a #GtkFlowBoxChild or null in case no child widget exists for the given x and y coordinates.