IupGetName
Verifies the name of an interface element.
Parameters/Return
char* IupGetName(Ihandle* elem); [in C] IupGetName(elem: iuplua_tag) -> (name: string) [in IupLua3] iup.GetName(elem: iuplua_tag) -> (name: string) [in IupLua5]
elem: Identifier of the interface element.
This function returns the name of an interface element.
Lua BindingĀ
This name is not associated with the Lua variable name; this was inherited from LED and is needed for some functions.