Function: BreakMainLoop Purpose: Terminate invocation of MainLoop() Category: SYSTEM File: events.src Author: J.P. Terlouw Use: #include "events.h" BreakMainLoop(); Description: BreakMainLoop causes the current, possibly recursive, invocation of MaiLoop() to be terminated. This only works when event handling has been delegated to the X Toolkit, which is always the case for programs using GIPSY's graphical user interface (Ggi). Related Doc: MainLoop.dc2 Updates: Aug 4, 1999: JPT Document created.