1XmMultiListToggleRow(library call) XmMultiListToggleRow(library call)
2
3
4
6 XmMultiListToggleRow — An MultiList function that toggles the selection
7 state of a specified row
8
10 #include <Xm/MultiList.h>
11 void XmMultiListToggleRow(
12 Widget widget,
13 short row);
14
16 XmMultiListToggleRow toggles the selection state of a row designated by
17 row argument of the passed MultiList widget.
18
19 widget Specifies the ID of the MultiList from whose list an item is
20 unselected.
21
22 row Specified the number of row to toggle.
23
24 For a complete definition of MultiList and its associated resources,
25 see XmMultiList(3).
26
28 XmMultiList(3).
29
30
31
32 XmMultiListToggleRow(library call)