IupGetAttributes

IUP - Portable User Interface

IupGetAttributes

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

Notice that IUP uses some internal attributes on many elements. These attributes are always prefixed with "_IUP".

Parameters/Return

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

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