


DXmSvnSetApplDragging(3X)			    DXmSvnSetApplDragging(3X)



NAME
  DDXXmmSSvvnnSSeettAAppppllDDrraaggggiinngg	- Turns	application dragging mode on or	off in the
  SVN widget.

SYNOPSIS

  vvooiidd DDXXmmSSvvnnSSeettAAppppllDDrraaggggiinngg ((_w_i_d_g_e_t,, _o_n__o_f_f))
	WWiiddggeett	_w_i_d_g_e_t;;
	iinntt	_o_n__o_f_f;;

PARAMETERS

  _w_i_d_g_e_t
      The identifier (widget ID) of the	SVN widget.

  _o_n__o_f_f
      An integer that sets the application dragging mode to be either on (1)
      or off (0).

DESCRIPTION

  The DDXXmmSSvvnnSSeettAAppppllDDrraaggggiinngg routine either turns application dragging mode on
  or off. When application dragging mode is on (_o_n__o_f_f is set to 1), the
  application controls dragging	operations by calling the DDXXmmSSvvnnCCRRDDrraaggggiinngg
  callback (when the user presses MB2 and drags	the mouse downward) and	the
  DDXXmmSSvvnnCCRRDDrraaggggiinnggEEnndd callback (when the dragging operation is completed).

  When application dragging mode is off	(_o_n__o_f_f	is set to 0), the SVN widget
  controls MB2 dragging	operations with	DDXXmmSSvvnnNNsseelleeccttiioonnssDDrraaggggeeddCCaallllbbaacckk.






























