IupGetDialog
Verifies the identifier of a dialog to which an interface element belongs.
Parameters/Return
Ihandle* IupGetDialog(Ihandle *elem); [in C] IupGetDialog(elem: ihandle) -> (handle: ihandle) [in IupLua3] iup.GetDialog(elem: ihandle) -> (handle: ihandle) [in IupLua5]
elem: Identifier of an interface element.
This function returns the identifier of the dialog that contains that interface element.