NAME
XmuWnNameToNode − look up a widget node by name.
SYNOPSIS
#include <X11/Xmu/WidgetNode.h>
XmuWidgetNode ∗XmuWnNameToNode(node_list, num_nodes, name)
XmuWidgetNode ∗node_list;
int num_nodes;
char ∗name;
Inputs
node_listSpecifies the array of widget nodes to search.
num_nodesSpecifies the number of nodes in the array.
nameSpecifies the name to search for.
Returns
The node that matches name or NULL.
AVAILABILITY
Release 5 and later.
DESCRIPTION
XmuWnNameToNode() searches the specified array of XmuWidgetNode for a node with label field or widget class name that matches the specified name. It returns the matching node or NULL if none was found. The comparison used is case insensitive.
USAGE
The XmuWn functions were developed for the specific needs of the viewres client, and may not be of general utility.
SEE ALSO
XmuWnCountOwnedResource(6), XmuWnFetchResources(6), XmuWnInitializeNodes(6).