osf1 man page for dxmsvnautoscrollcheck

Query: dxmsvnautoscrollcheck

OS: osf1

Section: 3x

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DXmSvnAutoScrollCheck(3X)												 DXmSvnAutoScrollCheck(3X)

NAME
DXmSvnAutoScrollCheck - Controls whether the DxmSvnAutoScrollDisplay routine should be called.
SYNOPSIS
int DXmSvnAutoScrollCheck( Widget widget, int x, int y );
PARAMETERS
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.
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 dis- played 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: DxmSvnAutoScrollDisplay will not be called. DxmSvnAutoScrollDisplay will be called.
SEE ALSO
DXmSvnSetApplDragging(3X), DXmSvnAutoScrollDisplay(3X) DXmSvnAutoScrollCheck(3X)
Related Man Pages
dxmsvnaddentries(3x) - osf1
dxmsvndisabledisplay(3x) - osf1
dxmsvngetdisplayed(3x) - osf1
dxmsvngethighlighted(3x) - osf1
dxmsvnsetcomponenthidden(3x) - osf1
Similar Topics in the Unix Linux Community
PHP Write Man Pages to MySQL DB