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