Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ AddInitl.Xmu.z() — OpenDesktop Software Development System 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


 XmuAddInitializer(Xmu)   X Version 11 (Release 5)     XmuAddInitializer(Xmu)
                                6 January 1993


 Name

    XmuAddInitializer  - register procedure

 Syntax


    cc  . . .  -lXmu


    #include <X11/Xmu/Initer.h>

    void XmuAddInitializer(func, data)
          void (*func)();
          caddr_t data;

    void XmuCallInitializers(app_con)
          XtAppContext app_con;


 Arguments


    func     Specifies the procedure to register.

    data     Specifies private data for the procedure.

    appcon  Specifies the application context to initialize.


 Description

    The XmuAddInitializer function registers a procedure to be invoked the
    first time XmuCallInitializers is called on a given application context.

    The XmuCallInitializers function calls each of the procedures that have
    been registered with XmuAddInitializer, if this is the first time the
    application context has been passed to XmuCallInitializers; otherwise,
    this function does nothing.

 See also

    Xlib - C Language X Interface


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