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.
Returns the parent of a control or NULL if there is none.
Ihandle* IupGetParent(Ihandle *ih); [in C] iup.GetParent(ih: ihandle) -> ret: ihandle [in Lua]
ih: identifier of the interface element.