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

FreeBSD Manual Pages

  
 
  

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

NAME
     XmCreateSpinBox -- The SpinBox creation function

SYNOPSIS
     #include <Xm/SpinB.h>
     (void)

DESCRIPTION
     XmCreateSpinBox creates a SpinBox widget.

     This  function creates a SpinBox with two arrows, but without any traversa-
     ble children (choices to spin).  The application can create  text	children
     to go with this parent SpinBox using XmCreateTextField or XmCreateText.

     parent    Specifies the parent widget ID

     name      Specifies the name of the created widget

     arglist   Specifies the argument list

     argcount  Specifies  the  number  of  attribute/value pairs in the argument
	       list (arglist)

     For a complete definition of SpinBox and its associated resources, see  Xm-
     SpinBox(3).

RETURN
     Returns the SpinBox widget ID.

RELATED
     XmSpinBox(3)

							      XmCreateSpinBox(3)

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

home | help