Difference between revisions of "IUP/Layout/IupGetParent"

From Vendetta Lua
Jump to: navigation, search
(Created page with "__NOTOC__ __NOEDITSECTION__ :Returns the identifier of the parent container to which an interface element belongs. ===Parameters/Return=== :iup.GetParent('''elem''': ihandl...")
 
(No difference)

Latest revision as of 07:46, 9 May 2023


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.