1XmMultiListGetSelectedRows(library callX)mMultiListGetSelectedRows(library call)
2
3
4

NAME

6       XmMultiListGetSelectedRows  —  an  MultiList  function that returns the
7       rows that currently are selected.
8

SYNOPSIS

10       #include <Xm/MultiList.h>
11       XmMultiListRowInfo ** XmMultiListGetSelectedRows(
12       Widget widget);
13

DESCRIPTION

15       Use this routine to find the rows that currently  are  selected  in  an
16       MultiList widget.
17
18       widget    Specifies the ID of the MultiList widget.
19
20       For  a  complete  definition of MultiList and its associated resources,
21       see XmMultiList(3).
22

RETURN

24       The XmMultiListRowInfo ** returned by this  function  contains  a  NULL
25       terminated array of XmMultiListRowInfo pointers. The calling routine is
26       responsible for freeing the returned pointer with XtFree().  The  func‐
27       tion will return NULL if no elements are selected.
28
30       XmMultiList(3).
31
32
33
34                                      XmMultiListGetSelectedRows(library call)
Impressum