1XmMultiListDeselectItems(library call) XmMultiListDeselectItems(library call)
2
3
4
6 XmMultiListDeselectItems — A MultiList function that deselects items in
7 the list by matching column entries
8
10 #include <Xm/MultiList.h>
11 void XmMultiListDeselectItems(
12 Widget widget,
13 XmString item,
14 int column);
15
17 XmMultiListDeselectItems unhighlights rows in the list where column
18 number column matches item.
19
20 widget Specifies the ID of the MultiList widget from whose list an
21 item is selected.
22
23 item Specifies XmString to use as selection key.
24
25 column Specifies a column number (starting from 0) to match, or
26 XmANY_COLUMN for looking for any column.
27
28 For a complete definition of MultiList and its associated resources,
29 see XmMultiList(3).
30
32 XmMultiList(3).
33
34
35
36 XmMultiListDeselectItems(library call)