_gtkBoxAddListFromEnd

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

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

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