Definition: |
include pGUI.e
integer count = IupGetChildCount(Ihandle ih) |
Description: |
Returns the number of children of the given control.
ih: identifier of the interface element. Returns: the number of children. |
See Also: | IupGetChild, IupGetChildPos, IupGetNextChild, IupGetBrother, IupGetParent |