IUP/Layout/IupGetDialog

From Vendetta Lua
Revision as of 07:47, 9 May 2023 by Draugath (Talk | contribs) (Created page with "__NOTOC__ __NOEDITSECTION__ :Verifies the identifier of a dialog to which an interface element belongs. ===Parameters/Return=== :iup.GetDialog('''elem''': ihandle) -> ('''h...")

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


Verifies the identifier of a dialog to which an interface element belongs.

Parameters/Return

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