IupGetName

IUP - Portable User Interface

IupGetName

Verifies the name of an interface element.

Parameters/Return

char* IupGetName(Ihandle* elem); [in C]
IupGetName(elem: ihandle) -> (name: string) [in IupLua3]
iup.GetName(elem: ihandle) -> (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.

See Also

IupSetHandle, IupGetHandle, IupGetAllNames.