XmuWnInitializeNodes(Xmu) 6 January 1993 XmuWnInitializeNodes(Xmu)
X Version 11 (Release 5)
Name
XmuWnInitializeNodes - manipulate widget set
Syntax
cc . . . -lXmu
#include <X11/Xmu/WidgetNode.h>
void XmuWnInitializeNodes(node_array, num_nodes)
XmuWidgetNode *node_array;
int num_nodes;
Arguments
nodearray Specifies a list of widget classes, in alphabetical order.
numnodes Specfies the number of widget classes in the node array.
Description
The XmuWnInitializeNodes function must be called before before XmuWnCoun-
tOwnedResources, XmuWnFetchResources, or XmuWidgetNode are used.
The XmuWnCountOwnedResources, XmuWnFetchResources, and XmuWidgetNode
functions are used for building a description of the structure of and
resources associated with a hierarchy of widget classes. These functions
are typically used by applications that manipulate the widget set itself.
See also
XmuWnCountOwnedResources(Xmu), XmuWnFetchResources(Xmu),
XmuWnNameToNode(Xmu)
Xlib - C Language X Interface