Manual Page Result
0
Command: DXmCSTextHorizontalScroll | Section: 3 | Source: Digital UNIX | File: DXmCSTextHorizontalScroll.3X.gz
DXmCSTextHorizontalScroll(3X) DXmCSTextHorizontalScroll(3X)
NAME
DXmCSTextHorizontalScroll - Scrolls text horizontally.
SYNOPSIS
void DXmCSTextHorizontalScroll(widget, n)
Widget widget;
int n;
PARAMETERS
The identifier (widget ID) of the compound string text widget. An in-
teger 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.
DESCRIPTION
The DXmCSTextHorizontalScroll routine scrolls text horizontally (left
or right) by the given number of pixels. delim off
DXmCSTextHorizontalScroll(3X)