|
NAMEXmCreateSpinBox — The SpinBox creation functionSYNOPSIS#include <Xm/SpinB.h> (void) DESCRIPTIONXmCreateSpinBox 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). RETURNReturns the SpinBox widget ID.RELATEDXmSpinBox(3) Visit the GSP FreeBSD Man Page Interface. |