1XmMultiListDeselectRow(library call) XmMultiListDeselectRow(library call)
2
3
4
6 XmMultiListDeselectRow — A MultiList function that deselects a row in
7 the list
8
10 #include <Xm/MultiList.h>
11 void XmMultiListDeselectRow(
12 Widget widget,
13 XmString row);
14
16 XmMultiListDeselectRow unhighlights the specified row in the MultiList
17 widget.
18
19 widget Specifies the ID of the MultiList widget from whose list an
20 item is deselected.
21
22 row Specifies the row number (starting from 0) to be deselected
23 in the MultiList widget.
24
25 For a complete definition of MultiList and its associated resources,
26 see XmMultiList(3).
27
29 XmMultiList(3).
30
31
32
33 XmMultiListDeselectRow(library call)