_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 :
- _child_ : ObjGtk : any widget to add
- _expand_ : I : if the new child is to be given extra space allocated to box, then SGTK_EXPANDED or not SGTK_NO_EXPANDED
- _fill_ : I : if space given to child by the expand option is actually allocated to child, rather than just padding it. This parameter has no effect if expand is set to SGTK_NO_EXPANDED. A child is always allocated the full height of a GtkHBox and the full width of a GtkVBox. This option affects the other dimension
- _padding_ : I : space in pixels to put between this child and its neighbors
Return : I : 0 if success