Definition: |
include pGUI.e
sequence names = IupGetAllAttributes(Ihandle ih) |
Description: | Returns a list of the names of all attributes of an element that are set in its internal hash table only (ie the result does not contain any effective settings inherited from parent and container elements). |
Notes: | The C function IupGetAttributes should be avoided and this routine used instead. The official IUP documentation warns the same, plus that it must not be called when any non-string attributes exist, hence there is no wrapper for IupGetAttributes in pGUI. |
See Also: | IupGetAttribute, IupSetAttribute, IupSetAttributes |