FlowBox.getChildAtPos

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

class FlowBox
getChildAtPos
(
int x
,
int y
)

Parameters

x int

the x coordinate of the child

y int

the y coordinate of the child

Return Value

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

Meta

Since

3.22.6