XmListDeleteItemsPos
A List function that deletes items from the list starting at the given position "XmListDeleteItemsPos" "List functions" "XmListDeleteItemsPos"
- Provided by: libmotif-dev (Version: 2.3.4-10)
- Source: motif
- Report a bug
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).