XmuWnInitializeNodes(X3xmu) X Version 11 (Release 6.1)
XmuWnInitializeNodes --
manipulate widget set
Synopsis
cc . . . -lXmu
#include <X11/Xmu/WidgetNode.h>
void XmuWnInitializeNodes(node_array, num_nodes)
XmuWidgetNode *node_array;
int num_nodes;
Arguments
- node_array
-
Specifies a list of widget classes, in alphabetical order.
- num_nodes
-
Specifies the number of widget classes in the node array.
Description
The XmuWnInitializeNodes function must be called before before
XmuWnCountOwnedResources,
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.
References
XmuWnCountOwnedResources(X3xmu),
XmuWnFetchResources(X3xmu),
XmuWnNameToNode(X3xmu)
Xlib - C Language X Interface
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.