XmListDeleteItemsPos(3) | Library Functions Manual | XmListDeleteItemsPos(3) |
XmListDeleteItemsPos — A List function that deletes items from the list starting at the given position "XmListDeleteItemsPos" "List functions" "XmListDeleteItemsPos"
#include <Xm/List.h> void XmListDeleteItemsPos( Widget widget, int item_count, int position);
XmListDeleteItemsPos deletes the specified number of items from the list starting at the specified position.
For a complete definition of List and its associated resources, see XmList(3).