FlowBox.getChildAtIndex

Gets the nth child in the box.

class FlowBox
getChildAtIndex
(
int idx
)

Parameters

idx int

the position of the child

Return Value

Type: gtk.flow_box_child.FlowBoxChild

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.