Definition: |
include pGUI.e
Ihandln res = IupGetChild(Ihandle ih, integer pos) |
Description: |
Returns a child of the control given its position.
ih: identifier of the interface element. pos: position of the desired child starting at 0. Returns: an Ihandln, the child or NULL if there is none. |
Notes: | This function will return the children of the control in the exact same order in which they were assigned. |
See Also: | IupGetChildPos, IupGetNextChild, IupGetBrother, IupGetParent |