Function: ScheduleX Purpose: Register or de-register function receiving X events. Category: SYSTEM File: events.src Author: J.P. Terlouw Use: #include "eventsxt.h" ScheduleX(handler); handler - the function to receive the events, or NULL if a function is to be de-registered. Prototype: void handler(XEvent *event); Description: This function enables the programmer to receive X11 events which are not dispatched by the X Toolkit, e.g. events from a separate window not managed by Xt. Related Docs: events.dc3, AttachXt.dc2, ScheduleRead.dc3, ScheduleWrite.dc3, ScheduleTimer.dc3, Deschedule.dc3, DescheduleAll.dc3, MainLoop.dc2. Updates: Apr 22, 1997: JPT Document created.