IupGetDialog

IUP - Portable User Interface

IupGetDialog

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

Parameters/Return

Ihandle* IupGetDialog(Ihandle *elem); [in C]
IupGetDialog(elem: iuplua_tag) -> (handle: iuplua_tag) [in IupLua3]
iup.GetDialog(elem: iuplua_tag) -> (handle: iuplua_tag) [in IupLua5]

elem: Identifier of an interface element.

This function returns the identifier of the dialog that contains that interface element.