XmListDeletePos(3) | Library Functions Manual | XmListDeletePos(3) |
XmListDeletePos — A List function that deletes an item from a list at a specified position "XmListDeletePos" "List functions" "XmListDeletePos"
#include <Xm/List.h> void XmListDeletePos( Widget widget, int position);
XmListDeletePos deletes an item at a specified position. A warning message appears if the position does not exist.
For a complete definition of List and its associated resources, see XmList(3).