 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DXmCSTextVerticalScroll(3X)
NAME
DXmCSTextVerticalScroll - Scrolls text vertically.
SYNOPSIS
void DXmCSTextVerticalScroll(
Widget widget,
int n );
PARAMETERS
widget
The identifier (widget ID) of the compound string text widget.
n An integer that represents the number of lines to scroll up or down. A
positive value means scroll up; a negative value means scroll down.
DESCRIPTION
The DXmCSTextVerticalScroll routine scrolls text vertically by the given
number of lines.
SEE ALSO
DXmCSTextHorizontalScroll(3X)
 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|