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

XmHierarchyGetChildNodes — A List function that returns all instances of an item in the list

Description

XmHierarchyGetChildNodes is a function that returns a list of child nodes of a Hierarchy.

       widget    Specifies the ID of the Hierarchy widget.

       For a complete definition of List and its associated resources, see XmHierarchy(3).

Name

XmHierarchyGetChildNodes  —  A  List  function  that  returns  all  instances  of  an  item  in  the list
       "XmListGetMatchPos" "List functions" "XmListGetMatchPos"

Return

       Returns WidgetList with child nodes of the hierarchy, or NULL if the hierarchy contains no children.

Synopsis

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

See Also