|
DXmSvnAutoScrollCheck(3X)
Contents
|
DXmSvnAutoScrollCheck - Controls whether the DxmSvnAutoScrollDisplay
routine should be called.
int DXmSvnAutoScrollCheck(
Widget widget,
int x,
int y );
The identifier (widget ID) of the SVN widget. An integer
that represents the x location of the cursor relative to
the upper-left corner of the SVN window. An integer that
represents the y location of the cursor relative to the
upper-left corner of the SVN window.
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).
An integer that indicates whether the DxmSvnAutoScrollDisplay
routine will be called, as follows: DxmSvnAutoScrollDisplay
will not be called. DxmSvnAutoScrollDisplay
will be called.
DXmSvnSetApplDragging(3X), DXmSvnAutoScrollDisplay(3X)
DXmSvnAutoScrollCheck(3X)
[ Back ] |