_gtkFixedChilds

Return the children widgets and theirs positions.

Retourne les widgets ajoutés et leurs positions dans le container.

Type :

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

_fixed_ : ObjGtk : any fixed already created.

Return : [[ObjGtk I I] r1] : a list with each child and his position (nil if no child or error).

Back