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