Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtRemoveWorkProc(3Xt) — BSD/386 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtAppNextEvent(3Xt)



XtAppAddWorkProc(3Xt)      XT FUNCTIONS     XtAppAddWorkProc(3Xt)


NAME
       XtAppAddWorkProc, XtRemoveWorkProc - Add and remove back-
       ground processing procedures

SYNTAX
       XtWorkProcId XtAppAddWorkProc(appcontext, proc,
       clientdata)
             XtAppContext appcontext;
             XtWorkProc proc;
             XtPointer clientdata;

       void XtRemoveWorkProc(id)
             XtWorkProcId id;

ARGUMENTS
       appcontext
                 Specifies the application context that identi-
                 fies the application.

       clientdata
                 Specifies the argument that is to be passed to
                 the specified procedure when it is called.

       proc      Specifies the procedure that is.

       id        Specifies which work procedure to remove.

DESCRIPTION
       The XtAppAddWorkProc function adds the specified work pro-
       cedure for the application identified by app_context.

       The XtRemoveWorkProc function explicitly removes the spec-
       ified background work procedure.

SEE ALSO
       XtAppNextEvent(3Xt)
       X Toolkit Intrinsics - C Language Interface
       Xlib - C Language X Interface



















X Version 11                Release 3                           1


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