IupGetAllNames
From IUP - Portable User Interface
IupGetAllNames
Returns the names of all interface elements that have an associated name using IupSetHandle or using LED.
Parameters/Return
int IupGetAllNames(char *names[], int max_n); [in C] iup.GetAllNames(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.
Lua Binding
This name is not associated to the name of the Lua variable this was inherited from LED and is needed for some functions.