XmListGetMatchPos(library call) XmListGetMatchPos(library call)

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

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

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

Specifies the ID of the Hierarchy widget.

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

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

XmHierarchy(3).