FlowBox.getChildAtIndex

gtk.flow_box_child.FlowBoxChild getChildAtIndex(int idx)

Gets the nth child in the box.

Parameters

idxthe position of the child

Returns

the child widget, which will

always be a [gtk.flow_box_child.FlowBoxChild] or null in case no child widget with the given index exists.