Up

_gtkBoxSetChildPosition

Change the order of a widget into a box.
Moves child to a new position in the list of box children. The list is the widgets of box, in the order that these widgets were added to this box.

Prototype :

fun [ObjGtkWidget ObjGtkWidget I] ObjGtkWidget

Return : ObjGtkWidget : the same box object or nil if an error occurs

See also