Function: AttachXt Purpose: Delegate event handling to X Toolkit. Category: SYSTEM File: events.src Author: J.P. Terlouw Use: #include "eventsxt.h" AttachXt(app_context); XtAppContext *app_context - an X Toolkit application context. Description: AttachXt delegates event handling and registration of functions to the corresponding Xt routines. It should be called before any of the other routines in this source. (See list of related documents) When AttachXt has been called, MainLoop can be called instead of XtAppMainLoop. Related Docs: events.dc3, ScheduleX.dc2, ScheduleRead.dc3, ScheduleWrite.dc3, ScheduleTimer.dc3, Deschedule.dc3, DescheduleAll.dc3, MainLoop.dc2. Updates: Apr 8, 1997: JPT Document created.