Name
mui.FreeGUI -- delete entire application object
Synopsis
mui.FreeGUI()
Function
Use this call to delete the entire GUI object created using the last call to mui.CreateGUI(). mui.FreeGUI() will delete the whole MUI master application object. All windows will be closed and their children will be deleted. After this call returns, you could create a new GUI using the mui.CreateGUI() function if you want.

Inputs
none


Show TOC