IupGetChild
Returns the children of the given control.
Parameters/Return
Ihandle *IupGetChild(Ihandle* ih, int pos); [in C] iup.GetChild(ih, pos: number) -> ret: ihandle [in Lua]
ih: identifier of the interface element.
pos: position of the desire child.
Notes
This function will return the children of the control in the exact same order in which they were assigned.