.TH "XmMultiListGetSelectedRowArray" 3 .SH "NAME" \fBXmMultiListGetSelectedRowArray\fP \(em an MultiList function that returns an array of integers which are selected row numbers. "XmMultiListGetSelectedRowArray" "List functions" "XmMultiListGetSelectedRowArray" .SH "SYNOPSIS" .PP .nf #include \fBint * \fBXmMultiListGetSelectedRowArray\fP\fR( \fBWidget \fBwidget\fR\fR, \fBint * \fBnum_rows\fR\fR); .fi .SH "DESCRIPTION" .PP This routine creates an array of integers which are selected row numbers in the MultiList widget. .IP "\fIwidget\fP" 10 Specifies the ID of the MultiList widget\&. .IP "\fInum_rows\fP" 10 Specifies pointer to the integer indicates number of returned row numbers. .PP For a complete definition of MultiList and its associated resources, see \fBXmMultiList\fP(3)\&. .SH "RETURN" .PP The \fBint *\fR returned by this function contains a selected rows numbers array. 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)\&.