Happens when a window created by a Main Window Layout script is closed.


Return

0 to cause the HALT condition to be raised in the script that is calling GuiGetMsg. Return an empty string to cause GuiGetMsg to simply return. In the latter case, you'll likely use the RAISE instruction to raise some condition yourself (in which case you do not need to return any value at all).


Notes

Only a script that calls GuiGetMsg can have a QUIT event handler.

See also CLOSE.