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

XmSimpleSpinBoxDeletePos — delete a XmSimpleSpinBox item

Description

       The XmSimpleSpinBoxDeletePos function deletes a specified item from a XmSimpleSpinBox widget.

       The w argument specifies the widget ID.

       The  pos argument specifies the position of the item to be deleted.  A value of 1 means the first item in
       the list; zero means the last item.

Name

XmSimpleSpinBoxDeletePos — delete a XmSimpleSpinBox item

Return Value

       The XmSimpleSpinBoxDeletePos function returns no value.

See Also

XmSimpleSpinBox(3),

       XmSimpleSpinBoxAddItem(3), XmSimpleSpinBoxSetItem(3).

                                                                                     XmSimpleSpinBoxDeletePos(3)

Synopsis

       #include <Xm/SpinB.h>
       voidXmSimpleSpinBoxDeletePos(
       Widgetw,
       intpos);

See Also