DXmCSTextVerticalScroll(3X) — Subroutines
Digital
NAME
DXmCSTextVerticalScroll − Scrolls text vertically.
SYNOPSIS
void DXmCSTextVerticalScroll(widget, n)
Widget widget;
int n;
DESCRIPTION
The DXmCSTextVerticalScroll routine scrolls text vertically by the given number of lines.
Arguments
widgetThe identifier (widget ID) of the compound string text widget.
nAn integer that represents the number of lines to scroll up or down. A positive value means scroll up; a negative value means scroll down.
RELATED INFORMATION
DXmCSTextHorizontalScroll.