logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmCreateSpinBox — The SpinBox creation function "XmCreateSpinBox" "creation functions" "XmCreateSpinBox"

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.

       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).

Name

XmCreateSpinBox — The SpinBox creation function "XmCreateSpinBox" "creation functions" "XmCreateSpinBox"

Return

       Returns the SpinBox widget ID.

Synopsis

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

See Also