File: XmMultiListToggleRow.3

package info (click to toggle)
motif 2.3.8-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 36,432 kB
  • sloc: ansic: 452,643; sh: 4,611; makefile: 2,030; yacc: 1,604; lex: 352; cpp: 348
file content (27 lines) | stat: -rw-r--r-- 831 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
.TH "XmMultiListToggleRow" "library call"
.SH "NAME"
\fBXmMultiListToggleRow\fP \(em An MultiList function that toggles the selection state of a specified row
.iX "XmMultiListToggleRow"
.iX "Extended List functions" "XmMultiListToggleRow"
.SH "SYNOPSIS"
.PP
.nf
#include <Xm/MultiList\&.h>
\fBvoid \fBXmMultiListToggleRow\fP\fR(
\fBWidget \fBwidget\fR\fR,
\fBshort \fBrow\fR\fR);
.fi
.SH "DESCRIPTION"
.PP
\fBXmMultiListToggleRow\fP toggles the selection state of a row designated by
row argument of the passed MultiList widget\&.
.IP "\fIwidget\fP" 10
Specifies the ID of the MultiList from whose list an item is unselected\&.
.IP "\fIrow\fP" 10
Specified the number of row to toggle\&.
.PP
For a complete definition of MultiList and its associated resources,
see \fBXmMultiList\fP(3)\&.
.SH "RELATED"
.PP
\fBXmMultiList\fP(3)\&.