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
- ObjGtkWidget : any box.
- ObjGtkWidget : a widget already added in this box.
- I : the new position for the widget in the list of children of box, starting from 0. If negative, indicates the end of the list.
Return : ObjGtkWidget : the same box object or nil if an error occurs
See also