IupUnmap

IUP - Portable User Interface

IupUnmap (since 3.0)

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.

Parameters/Return

void IupUnmap(Ihandle* ih); [in C]
iup.Unmap(ih: iuplua-tag) [in Lua]

ih: Identifier of an interface element.

See Also

IupAppend, IupDetach, IupMap, IupCreate, IupDestroy