IupClose

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.

See Also

IupOpen