1XmHierarchyOpenAllAncestors(library caXlmlH)ierarchyOpenAllAncestors(library call)
2
3
4
6 XmHierarchyOpenAllAncestors — A Hierarchy function that opens all
7 ancestors of the Hierarchy
8
10 #include <Xm/Hierarchy.h>
11 void XmHierarchyOpenAllAncestors(
12 Widget widget);
13
15 XmHierarchyOpenAllAncestors opens all ancestors of a given node assur‐
16 ing that the node will be visible to the user.
17
18 widget Specifies the ID of the node widget that would like to be
19 shown.
20
21 For a complete definition of Hierarchy and its associated resources,
22 see XmHierarchy(3).
23
25 XmHierarchy(3).
26
27
28
29 XmHierarchyOpenAllAncestors(library call)