IupClose
From IUP - Portable User Interface
IupClose
Ends the IUP toolkit and releases internal memory.
Parameters/Return
void IupClose(void); [in C] iup.Close() [in Lua]
Notes
In Windows, the CoUninitialize function is called.
In Motif, the XtDestroyApplicationContext function is called.
Lua Binding
This function usually will be called by the host program. But if IUP is dynamically loaded in Lua 5 then you should call iup.Close from Lua.