IupGetAttributes

IUP - Portable User Interface

IupGetAttributes

Verifies all attributes of a given element that are in the internal hash table. The known internal pointers are returned as integers.

Parameters/Return

char* IupGetAttributes (Ihandle *element); [in C]
IupGetAttributes(element: iulua_tag) -> (attributes: string) [in IupLua3]
iup.GetAttributes(element: iulua_tag) -> (attributes: string) [in IupLua5] 

element: Identifier of the interface element.
attributes: in the form v1=a1,v2=a2,... where vi is the name of an attribute and ai is its value.

This function returns all attributes defined for that element.

See Also

IupGetAttribute, IupSetAttribute, IupSetAttributes, IupStoreAttribute