Destroys (unmap) the native interface objects corresponding to the given IUP interface elements.
It will also destroy the native element of all the children in the element's tree.
It will NOT destroy the IUP element, and it will NOT detach the element from its parent.
void IupUnmap(Ihandle* ih); [in C] iup.Unmap(ih: iuplua-tag) [in Lua]
ih: Identifier of an interface element.
IupAppend, IupDetach, IupMap, IupCreate, IupDestroy