IupCopyAttributes (since 3.26)

Copies all hash table attributes from one element to another.

Internal attributes or non string attributes are not copied.

Parameters/Return

void IupCopyAttributes(Ihandle* src_ih, Ihandle* dst_ih); [in C]
iup.CopyAttributes(src_ih, dst_ih: ihandle) [in Lua]

src_ih: identifier of the source element.
dst_ih: identifier of the destiny element.

See Also

IupGetClassAttributes, IupGetClassName, IupGetClassType, IupGetAllAttributes, IupCopyClassAttributes