Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmListGetMatchPos(3)	    Library Functions Manual	    XmListGetMatchPos(3)

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

SYNOPSIS
     #include <Xm/Hierarchy.h>
     WidgetList XmHierarchyGetChildNodes(
     Widget widget);

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 XmHier-
     archy(3).

RETURN
     Returns  WidgetList  with child nodes of the hierachy, or NULL if the hier-
     achy contains no children.

RELATED
     XmHierarchy(3).

							    XmListGetMatchPos(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmHierarchyGetChildNodes&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help