IUP/Layout/IupGetParent

From Vendetta Lua
Revision as of 07:46, 9 May 2023 by Draugath (Talk | contribs) (Created page with "__NOTOC__ __NOEDITSECTION__ :Returns the identifier of the parent container to which an interface element belongs. ===Parameters/Return=== :iup.GetParent('''elem''': ihandl...")

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


Returns the identifier of the parent container to which an interface element belongs.

Parameters/Return

iup.GetParent(elem: ihandle) -> (handle: ihandle)
elem: Identifier of an interface element.
This function returns the identifier of the dialog that contains that interface element.