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

XmSimpleSpinBoxAddItem — add an item to the XmSimpleSpinBox

Description

       The XmSimpleSpinBoxAddItem function adds the given item to the XmSimpleSpinBox at the given position.

       The w argument specifies the widget ID.

       The item argument specifies the XmString for the new item.

       The pos argument specifies the position of the new item.

Name

XmSimpleSpinBoxAddItem — add an item to the XmSimpleSpinBox

Return Value

       The XmSimpleSpinBoxAddItem function returns no value.

See Also

XmSimpleSpinBox(3),

       XmSimpleSpinBoxDeletePos(3), XmSimpleSpinBoxSetItem(3).

                                                                                       XmSimpleSpinBoxAddItem(3)

Synopsis

       #include <Xm/SSpinB.h>
       voidXmSimpleSpinBoxAddItem(
       Widgetw,
       XmStringitem,
       intpos);

See Also