Definition: |
include pGUI.e
Ihandln res = IupGetParent(Ihandle ih, integer pos) |
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. |
See Also: | IupGetChild, IupGetNextChild, IupGetBrother |