 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DXmSvnAutoScrollCheck(3X)
NAME
DXmSvnAutoScrollCheck - Controls whether the DxmSvnAutoScrollDisplay
routine should be called.
SYNOPSIS
int DXmSvnAutoScrollCheck(
Widget widget,
int x,
int y );
PARAMETERS
widget
The identifier (widget ID) of the SVN widget.
x An integer that represents the x location of the cursor relative to the
upper-left corner of the SVN window.
y An integer that represents the y location of the cursor relative to the
upper-left corner of the SVN window.
DESCRIPTION
The DXmSvnAutoScrollCheck routine determines whether the cursor is
currently in an area where automatic scrolling (initiated when the user
moves an entry outside the window) can occur. This routine returns True if
the cursor is in such an area and if there are no entries displayed in that
direction. The application should call the DXmSvnAutoScrollDisplay routine
if this routine returns True.
Use this routine if your application controls the dragging operations
(using the DXmSvnSetApplDragging routine).
RETURN VALUES
An integer that indicates whether the DxmSvnAutoScrollDisplay routine will
be called, as follows:
0 (False)
DxmSvnAutoScrollDisplay will not be called.
1 (True)
DxmSvnAutoScrollDisplay will be called.
SEE ALSO
DXmSvnSetApplDragging(3X), DXmSvnAutoScrollDisplay(3X)
 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|