The SpinBox creation function
Format
#include <Xm/SpinB.h> (VOID)
DESCRIPTION
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.
For a complete definition of SpinBox and its associated resources, see XmSpinBox (3).
RETURN
Returns the SpinBox widget ID.
RELATED