1XmMultiListMakeRowVisible(library call)XmMultiListMakeRowVisible(library call)
2
3
4
6 XmMultiListMakeRowVisible — A MultiList function that shifts the visi‐
7 ble list rows as desired
8
10 #include <Xm/MultiList.h>
11 void XmMultiListMakeRowVisible(
12 Widget widget,
13 int row);
14
16 XmMultiListMakeRowVisible makes specified row visible.
17
18 widget Specifies the ID of the MultiList widget from whose list an
19 item is selected.
20
21 row Specifies the row number (starting from 0) to be visible in
22 the MultiList widget.
23
24 For a complete definition of MultiList and its associated resources,
25 see XmMultiList(3).
26
28 XmMultiList(3).
29
30
31
32 XmMultiListMakeRowVisible(library call)