File: XmMultiListGetSelectedRows.3

package info (click to toggle)
motif 2.3.4-13
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 81,160 kB
  • ctags: 51,769
  • sloc: ansic: 596,938; cpp: 3,951; yacc: 2,854; makefile: 2,070; csh: 1,199; sh: 1,070; lex: 455
file content (29 lines) | stat: -rw-r--r-- 1,001 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.TH "XmMultiListGetSelectedRows" "library call"
.SH "NAME"
\fBXmMultiListGetSelectedRows\fP \(em an MultiList function that returns the rows that currently are selected.
.iX "XmMultiListGetSelectedRows"
.iX "List functions" "XmMultiListGetSelectedRows"
.SH "SYNOPSIS"
.PP
.nf
#include <Xm/MultiList\&.h>
\fBXmMultiListRowInfo ** \fBXmMultiListGetSelectedRows\fP\fR(
\fBWidget \fBwidget\fR\fR);
.fi
.SH "DESCRIPTION"
.PP
.PP
Use this routine to find the rows that currently are selected in an MultiList widget.
.IP "\fIwidget\fP" 10
Specifies the ID of the MultiList widget\&.
.PP
For a complete definition of MultiList and its associated resources, see
\fBXmMultiList\fP(3)\&.
.SH "RETURN"
.PP
The XmMultiListRowInfo ** returned by this function contains a NULL terminated array of
XmMultiListRowInfo pointers\&. The calling routine is responsible for freeing the
returned pointer with XtFree()\&. The function will return NULL if no elements are selected\&.
.SH "RELATED"
.PP
\fBXmMultiList\fP(3)\&.