|
DXmCSTextVerticalScroll(3X)
Contents
|
DXmCSTextVerticalScroll - Scrolls text vertically.
void DXmCSTextVerticalScroll(
Widget widget,
int n );
The identifier (widget ID) of the compound string text
widget. 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.
The DXmCSTextVerticalScroll routine scrolls text vertically
by the given number of lines.
DXmCSTextHorizontalScroll(3X)
DXmCSTextVerticalScroll(3X)
[ Back ] |