_gtkBoxAddListFromStart

Adds a list of children to any box. Each child is added after the others childs already added, with as reference, the end of the box (from the start to the end). See also _gtkBoxAddListFromEnd.

Ajoute une liste de widgets enfants à une boîte. Chaque enfant sera ajouté après les autres enfants déjà intégrés, en partant du début de la boîte (début vers la fin). Voir également _gtkBoxAddListFromEnd.

Type :

fun [ObjGtk [[ObjGtk I I I] r1]] I

_box_ : ObjGtk : any box

_list_ : [[ObjGtk I I I] r1] : children, with for each item :

Return : I : 0 if success

Back