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

FreeBSD Manual Pages

  
 
  

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

NAME
     XmVaCreateScale,  XmVaCreateManagedScale -- A Scale widget convenience cre-
     ation functions.

SYNOPSIS
     #include <Xm/Scale.h>

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

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

DESCRIPTION
     These functions create an instance of a ToggleButtonGadget widget	and  re-
     turns  the  associated  widget ID.  These routines use the ANSI C variable-
     length argument list (varargs) calling convention.

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

     The XmVaCreateScale function is a convenience routine that calls XtCreateM-
     anagedWidget.

     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 Scale and its associated resources, see Xm-
     Scale(3).

RETURN
     Returns the Scale widget ID.

RELATED
     XmScale(3), XmCreateScale(3),  XtCreateWidget(3),	and  XtCreateManagedWid-
     get(3).

							      XmVaCreateScale(3)

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

home | help