Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtAppNextEvent(3Xt)




XtAppAddWorkProc(3Xt) XtAppAddWorkProc(3Xt)
NAME XtAppAddWorkProc, XtRemoveWorkProc - add and remove background processing procedures SYNOPSIS XtWorkProcId XtAppAddWorkProc(app-context, proc, client- data) XtAppContext app-context; XtWorkProc proc; XtPointer client-data; void XtRemoveWorkProc(id) XtWorkProcId id; DESCRIPTION The XtAppAddWorkProc function adds the specified work pro- cedure for the application identified by app-context. The XtRemoveWorkProc function explicitly removes the speci- fied background work procedure. Arguments These functions accept the following arguments: app-context Specifies the application context that identifies the application. client-data Specifies the argument that is to be passed to the specified procedure when it is called. proc Specifies the procedure that is to be called when the application is idle. id Specifies which work procedure to remove. SEE ALSO XtAppNextEvent(3Xt)
X Toolkit Intrinsics - C Language Interface
Xlib - C Language Interface November, 1990 1

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