XmComboBoxDeletePos (3) Linux Manual Page
XmComboBoxDeletePos — Delete a XmComboBox item
Synopsis
#include <Xm/ComboBox.h>
void XmComboBoxDeletePos(
Widget w,
int pos);
Description
The XmComboBoxDeletePos function deletes a specified item from a XmComboBox widget.The w argument specifies the XmComboBox widget ID.
The pos argument specifies the position of the item to be deleted.
