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