|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: S T
Length: 636 (0x27c) Types: TextFile Names: »Sx_HandleEvent«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« └─⟦2109abc41⟧ └─⟦this⟧ »./X.V10R4/Toolkit/Sx/doc/Sx_HandleEvent«
.TH Sx_HandleEvent sx .BS .NA Sx_HandleEvent \- process X event by calling relevant handlers .SY #include <X/Xlib.h> #include <sx.h> .sp Sx_HandleEvent(\fIeventPtr\fP) .AR .AS XEvent *eventPtr .AP XEvent *eventPtr in Pointer to event received from the X window package. .BE .SH DESCRIPTION .PP This procedure examines the information in \fIeventPtr\fP and calls all the handlers (established by prior calls to Sx_HandlerCreate) that have expressed an interest in the event. If more than one handler has been declared for the event, each is called in turn, in the order in which they were created. .SH KEYWORDS event, handler, window