Saves all registered attributes on the internal hash table.
void IupSaveClassAttributes(Ihandle* ih); [in C] iup.SaveClassAttributes(ih: ihandle) [in Lua]
ih: identifier of the interface element.
When the element is mapped some attributes are stored only in the native system. If the element is unmaped those attributes are lost. So this function is usefull when you want to unmap the element and keep its attributes.
IupGetClassAttributes, IupGetClassName, IupGetClassType, IupGetAllAttributes