X Version 11 (Release 6.1)
XmuWnInitializeNodes(X3xmu)
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
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004