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

FreeBSD Manual Pages

  
 
  

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

NAME
     XmVaCreateHierarchy,  XmVaCreateManagedHierarchy -- A Hierarchy widget con-
     venience creation functions.

SYNOPSIS
     #include <Xm/Hierarchy.h>

     Widget XmVaCreateHierarchy(
     Widget parent,
     String name,
     ...);

     Widget XmVaCreateManagedHierarchy(
     Widget parent,
     String name,
     ...);

DESCRIPTION
     These functions create an instance of a Hierarchy widget  and  returns  the
     associated  widget ID.  These routines use the ANSI C variable-length argu-
     ment list (varargs) calling convention.

     The XmVaCreateHierarchy function is a convenience routine that calls XtCre-
     ateWidget.

     The XmVaCreateManagedHierarchy function is a convenience routine that calls
     XtCreateManagedWidget.

     parent    Specifies the parent widget ID.

     name      Specifies the name of the created widget.

     ...       Specifies the variable argument list to override the resource de-
	       faults.

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

RETURN
     Returns the Hierarchy widget ID.

RELATED
     XmCreateHierarchy(3),   XtCreateWidget(3),   XtCreateManagedWidget(3),  and
     XmHierarchy(3).

							  XmVaCreateHierarchy(3)

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

home | help