logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmHierarchyOpenAllAncestors — A Hierarchy function that opens all ancestors of the Hierarchy

Description

XmHierarchyOpenAllAncestors 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).

Name

XmHierarchyOpenAllAncestors   —   A  Hierarchy  function  that  opens  all  ancestors  of  the  Hierarchy
       "XmListAddItem" "List functions" "XmListAddItem"

Synopsis

       #include <Xm/Hierarchy.h>
       voidXmHierarchyOpenAllAncestors(
       Widgetwidget);

See Also