Definition: |
include pGUI.e
IupCopyClassAttributes(Ihandle src_ih, Ihandle dst_ih) |
Description: |
Copies all registered attributes from one element to another. Both elements must be of the same class.
src_ih: identifier of the source element. dst_ih: identifier of the destiny element. |
See Also: | IupGetClassAttributes, IupGetClassName, IupGetClassType, IupGetAllAttributes, IupSaveClassAttributes |