IUP/Layout/IupDetach

From Vendetta Lua
Revision as of 07:32, 9 May 2023 by Draugath (Talk | contribs) (Created page with "__NOTOC__ __NOEDITSECTION__ :Disassociates an interface element from its parent. ===Parameters/Return=== :iup.Detach('''element''': ihandle) :'''element''': Identifier of...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Disassociates an interface element from its parent.

Parameters/Return

iup.Detach(element: ihandle)
element: Identifier of the interface element to be detached.

Notes

This function does not destroy the interface element, just remove it from the child list of its parent. If you remove a control from an already mapped dialog you must explicitly call IupDestroy for that control.

See Also

IupAppend, IupDestroy.