_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 :
- _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