Query: xmhierarchyopenallancestors
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmHierarchyOpenAllAncestors(library call) XmHierarchyOpenAllAncestors(library call)NAMEXmHierarchyOpenAllAncestors -- A Hierarchy function that opens all ancestors of the HierarchySYNOPSIS#include <Xm/Hierarchy.h> void XmHierarchyOpenAllAncestors( Widget widget);DESCRIPTIONXmHierarchyOpenAllAncestors opens all ancestors of a given node assuring that the node will be visible to the user. widget Specifies the ID of the node widget that would like to be shown. For a complete definition of Hierarchy and its associated resources, see XmHierarchy(3).RELATEDXmHierarchy(3). XmHierarchyOpenAllAncestors(library call)