


DXmSvnAutoScrollCheck(3X)			    DXmSvnAutoScrollCheck(3X)



NAME
  DDXXmmSSvvnnAAuuttooSSccrroollllCChheecckk	- Controls whether the DxmSvnAutoScrollDisplay rou-
  tine should be called.

SYNOPSIS

  iinntt DDXXmmSSvvnnAAuuttooSSccrroollllCChheecckk ((_w_i_d_g_e_t,, _x,,	_y))
       WWiiddggeett  _w_i_d_g_e_t;;
       iinntt     _x;;
       iinntt     _y;;

PARAMETERS

  _w_i_d_g_e_t
  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 DDXXmmSSvvnnAAuuttooSSccrroollllCChheecckk 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	_a_n_d if there are no entries displayed in that
  direction.  The application should call the DDXXmmSSvvnnAAuuttooSSccrroollllDDiissppllaayy routine
  if this routine returns True.

  Use this routine if your application controls	the dragging operations
  (using the DDXXmmSSvvnnSSeettAAppppllDDrraaggggiinngg routine).

RETURN VALUES

  An integer that indicates whether the	DDxxmmSSvvnnAAuuttooSSccrroollllDDiissppllaayy	routine	will
  be called, as	follows:

  ___________________________________

  Value	      Description

  ___________________________________

  0 (False)

	      DDxxmmSSvvnnAAuuttooSSccrroollllDDiissppllaayy
	      will not be called.

  1 (True)

	      DDxxmmSSvvnnAAuuttooSSccrroollllDDiissppllaayy
	      will be called.

  ___________________________________

RELATED	INFORMATION

  DDXXmmSSvvnnSSeettAAppppllDDrraaggggiinngg(3X), DDXXmmSSvvnnAAuuttooSSccrroollllDDiissppllaayy(3X)

