1XmListGetMatchPos(library call) XmListGetMatchPos(library call)
2
3
4
6 XmHierarchyGetChildNodes — A List function that returns all instances
7 of an item in the list
8
10 #include <Xm/Hierarchy.h>
11 WidgetList XmHierarchyGetChildNodes(
12 Widget widget);
13
15 XmHierarchyGetChildNodes is a function that returns a list of child
16 nodes of a Hierarchy.
17
18 widget Specifies the ID of the Hierarchy widget.
19
20 For a complete definition of List and its associated resources, see
21 XmHierarchy(3).
22
24 Returns WidgetList with child nodes of the hierachy, or NULL if the
25 hierachy contains no children.
26
28 XmHierarchy(3).
29
30
31
32 XmListGetMatchPos(library call)