IupGetParent
| Definition: |
include pGUI.e
Ihandln res = IupGetParent(Ihandle ih) |
| Description: |
Returns the parent of a control.
ih: identifier of the interface element. Returns: the handle of the parent or NULL if ih does not have a parent. |
| pwa/p2js: | Supported. |
| See Also: | IupGetChild, IupGetNextChild, IupGetBrother |