IupGetParent

IUP - Portable User Interface

IupGetParent

Returns the parent of a control or NULL if there is none.

Parameters/Return

Ihandle* IupGetParent(Ihandle *ih); [in C]
iup.GetParent(ih: ihandle) -> ret: ihandle [in Lua]

ih: identifier of the interface element.

See Also

IupGetChild, IupGetNextChild, IupGetBrother