gGetChild
| Definition: |
include xpGUI.e
gdx res = gGetChild(gdx id, integer pos) |
| Description: |
Returns a child of the control given its position.
id: identifier of the interface element. pos: position of the desired child starting at 1. (NB: IupGetChild() starts at 0) Returns: a gdx, the child or NULL if there is none. |
| pwa/p2js: | Supported. Note that it should matter, but the result is an HtmlElement rather than an integer id. |
| Notes: | This function will return the children of the control in the exact same order in which they were assigned. |
| See Also: | gGetChildPos, gGetBrother, gGetParent |