gGetParent
| Definition: |
include xpGUI.e
gdx res = gGetParent(gdx id) |
| Description: |
Returns the parent of a control.
id: identifier of the interface element. Returns: the identifier of the parent or NULL if id does not have a parent. |
| pwa/p2js: | Supported. Not that it should matter, but the result is an HtmlElement rather than an integer id. |
| See Also: | gGetChild, gGetChildCount, gGetBrother |