Up

_gtkBoxAddChilds

Add a list of widgets to a box already created.

Prototype :

fun [ObjGtkWidget [ObjGtkWidget r1] I] ObjGtkWidget

  • ObjGtkWidget : any box.

  • [ObjGtkWidget r1] : a list of any widgets to add in the previous box. If another widgets are already added, this list will be it after or before (see flag).

  • I : flag : if 0, widgets will add from the beginning of the box (top or left), otherwise from the end (bottom or right). For other parameters, the function uses the default GTK parameters.
  • Return : ObjGtkWidget : the same box object or nil if an error occurs

    See also

    The following functions customize these additions :