Copies all registered attributes from one element to another. Both elements must be of the same class.
void IupCopyClassAttributes(Ihandle* src_ih, Ihandle* dst_ih); [in C] iup.CopyClassAttributes(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, IupSaveClassAttributes