XmCreateSpinBox(library call) XmCreateSpinBox(library call)
NAME [Toc] [Back]
XmCreateSpinBox - The SpinBox creation function
SYNOPSIS [Toc] [Back]
#include <Xm/SpinB.h>
(void)
DESCRIPTION [Toc] [Back]
XmCreateSpinBox creates a SpinBox widget.
This function creates a SpinBox with two arrows, but without any
traversable 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
XmSpinBox(3).
RETURN [Toc] [Back]
Returns the SpinBox widget ID.
RELATED [Toc] [Back]
XmSpinBox(3)
- 1 - Formatted: January 24, 2005 [ Back ] |