IupGetAllAttributes

IUP - Portable User Interface

IupGetAllAttributes

Returns the names of all attributes of a element. The internal attributes are also returned (attributes prefixed with "_IUP").

Parameters/Return

int IupGetAllAttributes(char *names[], int max_n); [in C]
iup.GetAllAttributes(max_n: number) -> (names: table, n: number) [in Lua]

names: table receiving the names
max_n: maximum number of names the table can receive.

Returns the number of names loaded to the table.

See Also

IupGetAttribute, IupSetAttribute, IupSetAttributes, IupStoreAttribute