Difference between revisions of "IUP/Layout/IupDetach"

From Vendetta Lua
Jump to: navigation, search
(Created page with "__NOTOC__ __NOEDITSECTION__ :Disassociates an interface element from its parent. ===Parameters/Return=== :iup.Detach('''element''': ihandle) :'''element''': Identifier of...")
 
(No difference)

Latest revision as of 07:32, 9 May 2023


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.