Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmSimpleSpinBoxAddItem(3)   Library Functions Manual   XmSimpleSpinBoxAddItem(3)

NAME
     XmSimpleSpinBoxAddItem -- add an item to the XmSimpleSpinBox

SYNOPSIS
     #include <Xm/SSpinB.h>
     void XmSimpleSpinBoxAddItem(
     Widget w,
     XmString item,
     int pos);

DESCRIPTION
     The  XmSimpleSpinBoxAddItem  function  adds the given item to the XmSimple-
     SpinBox 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.

RETURN VALUE
     The XmSimpleSpinBoxAddItem function returns no value.

SEE ALSO
     XmSimpleSpinBox(3),

     XmSimpleSpinBoxDeletePos(3), XmSimpleSpinBoxSetItem(3).

						       XmSimpleSpinBoxAddItem(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmSimpleSpinBoxAddItem&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help