XmComboBoxAddItem (3) Linux Manual Page
XmComboBoxAddItem — add an item to the ComboBox widget
Synopsis
#include <Xm/ComboBox.h>
void XmComboBoxAddItem(
Widget w,
XmString item,
int pos,
Boolean unique);
Description
The XmComboBoxAddItem function adds the given item to the XmComboBox at the given position.The w argument specifies the XmComboBox widget ID.
The item argument specifies the XmString for the new item.
The pos argument specifies the position of the new item.
The unique argument specifies if this item should duplicate an identical item or not.
