Copies all hash table attributes from one element to another.
Internal attributes or non string attributes are not copied.
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.
IupGetClassAttributes, IupGetClassName, IupGetClassType, IupGetAllAttributes, IupCopyClassAttributes