bionic (3) XmHierarchyGetChildNodes.3.gz

Provided by: libmotif-dev_2.3.8-2build1_amd64 bug

NAME

       XmHierarchyGetChildNodes  —  A  List  function  that  returns  all  instances  of  an  item  in  the list
       "XmListGetMatchPos" "List functions" "XmListGetMatchPos"

SYNOPSIS

       #include <Xm/Hierarchy.h>
       WidgetList XmHierarchyGetChildNodes(
       Widget widget);

DESCRIPTION

       XmHierarchyGetChildNodes is a function that returns a list of child nodes of a Hierarchy.

       widget    Specifies the ID of the Hierarchy widget.

       For a complete definition of List and its associated resources, see XmHierarchy(3).

RETURN

       Returns WidgetList with child nodes of the hierarchy, or NULL if the hierarchy contains no children.

       XmHierarchy(3).

                                                                                            XmListGetMatchPos(3)