xmmultilistunselectallitems(3) - Linux man page
Name
XmMultiListUnselectAllItems - an MultiList function that deselects all rows of the list
Synopsis
#include <Xm/MultiList.h> void XmMultiListUnselectAllItems( Widget widget);
Description
Unselects all rows of the passed MultiList widget and returns nothing.
- widget
Specifies the ID of the MultiList widget from whose list items is deselected.
- For a complete definition of MultiList and its associated resources, see xmmultilist(3).
Related
xmmultilist(3).