Manual Page Result
0
Command: DXmSvnAutoScrollDisplay | Section: 3 | Source: Digital UNIX | File: DXmSvnAutoScrollDisplay.3X.gz
DXmSvnAutoScrollDisplay(3X) DXmSvnAutoScrollDisplay(3X)
NAME
DXmSvnAutoScrollDisplay - Automatically scrolls the screen one unit
based on the cursor position.
SYNOPSIS
void DXmSvnAutoScrollDisplay (widget, x, y)
Widget widget;
int x;
int y;
PARAMETERS
The identifier (widget ID) of the SVN widget. An integer that repre-
sents the current x location of the cursor. An integer that represents
the current y location of the cursor.
DESCRIPTION
The DXmSvnAutoScrollDisplay routine automatically scrolls the screen
one unit based on the current cursor location. If the cursor is not in
a location that permits automatic scrolling, this call is ignored.
Use this routine if your application controls the dragging operations
(using the DXmSvnSetApplDragging routine).
RELATED INFORMATION
DXmSvnSetApplDragging(3X), DXmSvnAutoScrollCheck(3X) delim off
DXmSvnAutoScrollDisplay(3X)