Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtRemoveWor(3x) — HP-UX 9.10

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtAppAddWorkProc(1)

XtWorkProc(2)

 

NAME

XtRemoveWorkProc − unregister a work procedure. 

Synopsis

void XtRemoveWorkProc(id)

    XtWorkProcId id;

Inputs

idIdentifies the work procedure to unregister. 

Description

XtRemoveWorkProc() explicitly removes the specified background work procedure.  The id argument is the handle returned by XtAppAddWorkProc() when the procedure was registered. 

Usage

Note that a work procedure is removed automatically if it returns True.  In many cases, therefore, you do not have to call XtRemoveWorkProc(). 

Structures

The XtWorkProcId type is defined as follows:

typedef unsigned long XtWorkProcId;

See Also

XtAppAddWorkProc(1),
XtWorkProc(2). 

Copyright O’Reilly & Assoc.  —  X Toolkit Intrinsics Reference Manual © O’Reilly & Associates

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026