IupGetChildCount(since 3.0)

Returns the number of children of the given control.

Parameters/Return

int IupGetChildCount(Ihandle* ih); [in C]
iup.GetChildCount(ih: ihandle) ->  pos: number [in Lua]
ih: identifier of the interface element.

Returns: the number of children.

See Also

IupGetChildPos, IupGetChild, IupGetNextChild, IupGetBrother, IupGetParent