IupGetAllDialogs
Verifies the names of all defined dialogs.
Parameters/Return
int IupGetAllDialogs(char *names[], int n); [in C] IupGetAllDialogs(names: string table, n: numer) -> (num: number) [in IupLua3] iup.GetAllDialogs(names: string table, n: numer) -> (num: number) [in IupLua5]
names: table receiving the names n: maximum number of names the table can receive.
This function 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.