DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ S T

⟦737700c22⟧ TextFile

    Length: 709 (0x2c5)
    Types: TextFile
    Names: »Sx_HandlerDelet«

Derivation

└─⟦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_HandlerDelet« 

TextFile

.TH Sx_HandlerDelete sx
.B1
.NA
Sx_HandlerDelete \- cancel a handler set up by Sx_HandlerCreate
.SY
#include <sx.h>
.sp
Sx_HandlerDelete(\fIhandler\fP)
.AS Sx_EventHandler handler
.AR
.AP Sx_EventHandler handler in
Token for the handler to delete.
.B2

.SH DESCRIPTION
.PP
This procedure destroys an association between a class of
events and a procedure, which was previously established
by a call to Sx_HandlerCreate.  After this call completes,
\fIhandler\fP is defunct;  its procedure will not be invoked
anymore, and the caller should not use \fIhandle\fP again.
.PP
Note:  when a window is destroyed, Sx automatically deletes all
handlers associated with the window.

.SH KEYWORDS
event, handler, window