|
DXmSvnAutoScrollDisplay(3X)
Contents
|
DXmSvnAutoScrollDisplay - Automatically scrolls the screen
one unit based on the cursor position.
void DXmSvnAutoScrollDisplay(
Widget widget,
int x,
int y );
The identifier (widget ID) of the SVN widget. An integer
that represents the current x location of the cursor. An
integer that represents the current y location of the cursor.
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).
DXmSvnSetApplDragging(3X), DXmSvnAutoScrollCheck(3X)
DXmSvnAutoScrollDisplay(3X)
[ Back ] |