[ Version ( since = "3.12" ) ]
public unowned FlowBoxChild? get_child_at_index (int idx)
Gets the nth child in the this.
this |
a FlowBox |
idx |
the position of the child |
the child widget, which will always be a FlowBoxChild or null in case no child widget with the given index exists. |