OlRegisterDynamicCallback(3W) UNIX System V OlRegisterDynamicCallback(3W)
Dynamic Settings
NAME
OlRegisterDynamicCallback
SYNOPSIS
#include <OpenLook.h>
...
extern void OlRegisterDynamicCallback(CB, data)
OlDynamicCallbackProc CB;
XtPointer data;
DESCRIPTION
The OlRegisterDynamicCallback procedure is used to add a function to the
list of registered callbacks to be called whenever the procedure
OlCallDynamicCallbacks is invoked. The OlCallDynamicCallback procedure
is invoked whenever the RESOURCE_MANAGER property of the Root Window is
updated. The OlCallDynamicCallbacks procedure may also be called
directly by either the application or other routines in the widget
libraries. The callbacks registered are guaranteed to be called in FIFO
order of registration and will be called as
(*CB)(data);
SEE ALSO
OlUnregisterDynamicCallback(3W), OlCallDynamicCallbacks(3W)
10/89 Page 1