Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ WidgNode.Xmu() — OpenDesktop Software Development System 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


 XmuWnNameToNode(Xmu)     X Version 11 (Release 5)       XmuWnNameToNode(Xmu)
                                6 January 1993


 Name

    XmuWnNameToNode - obtain number of resouces owned by widget

 Syntax


    cc  . . .  -lXmu


    #include <X11/Xmu/WidgetNode.h>

    void XmuWidgetNode *XmuWnNameToNode(node_list, num_nodes, name)
          XWidgetNode *node_list;
          int num_nodes;
          char *name;


 Arguments


    nodelist  Specifies a list of widget nodes.

    numnodes  Specifies the number of nodes in the list.

    name       Specifes the name of the widget class in the node list to
               search for.


 Description

    The XmuWnNameToNode function returns the WidgetNode in the list that
    matches the given widget name or widget class name. If no match is found,
    it returns NULL.

    The XmuWnNameToNode, XmuWnCountOwnedResources, XmuWnFetchResources, and
    XmuWnInitializeNodes 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.

 Note

    The function XmuWnInitializeNodes must be called before XmuWnNameToNode
    is used.

 See also

    XmuWnCountOwnedResources(Xmu), XmuWnFetchResources(Xmu),
    XmuWnInitializeNodes(Xmu)
    Xlib - C Language X Interface


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026