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

FreeBSD Manual Pages

  
 
  

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

NAME
     XmSimpleSpinBoxDeletePos -- delete a XmSimpleSpinBox item

SYNOPSIS
     #include <Xm/SpinB.h>
     void XmSimpleSpinBoxDeletePos(
     Widget w,
     int pos);

DESCRIPTION
     The  XmSimpleSpinBoxDeletePos  function deletes a specified item from a Xm-
     SimpleSpinBox 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.

RETURN VALUE
     The XmSimpleSpinBoxDeletePos function returns no value.

SEE ALSO
     XmSimpleSpinBox(3),

     XmSimpleSpinBoxAddItem(3), XmSimpleSpinBoxSetItem(3).

						     XmSimpleSpinBoxDeletePos(3)

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

home | help