XmHierarchyGetChildNodes
A List function that returns all instances of an item in the list "XmListGetMatchPos" "List functions" "XmListGetMatchPos"
- Provided by: libmotif-dev (Version: 2.3.4-10)
- Source: motif
- Report a bug
A List function that returns all instances of an item in the list "XmListGetMatchPos" "List functions" "XmListGetMatchPos"
#include <Xm/Hierarchy.h> WidgetList XmHierarchyGetChildNodes( Widget widget);
XmHierarchyGetChildNodes is a function that returns a list of child nodes of a Hierarchy.
For a complete definition of List and its associated resources, see XmHierarchy(3).
Returns WidgetList with child nodes of the hierarchy, or NULL if the hierarchy contains no children.