


XmDropTransferStart(3X)				      XmDropTransferStart(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmDDrrooppTTrraannssffeerrSSttaarrtt -	A Drag and Drop	function that initiates	a drop
  transfer

SYNOPSIS


  ##iinncclluuddee <<XXmm//DDrraaggDDrroopp..hh>>
  WWiiddggeett XXmmDDrrooppTTrraannssffeerrSSttaarrtt ((_w_i_d_g_e_t, _a_r_g_l_i_s_t, _a_r_g_c_o_u_n_t))
       WWiiddggeett	   _w_i_d_g_e_t;;
       AArrggLLiisstt	   _a_r_g_l_i_s_t;;
       CCaarrddiinnaall	   _a_r_g_c_o_u_n_t;;

DESCRIPTION
  XXmmDDrrooppTTrraannssffeerrSSttaarrtt initiates	a drop transfer	and uses the specified argu-
  ment list to initialize an XXmmDDrrooppTTrraannssffeerr object.  The DropTransfer object
  can be manipulated with XXttSSeettVVaalluueess and XXttGGeettVVaalluueess until the	last call to
  the XXmmNNttrraannssffeerrPPrroocc procedure	is made.  After	that point, the	result of
  using	the widget pointer is undefined.  The DropTransfer object is freed by
  the toolkit when a transfer is complete.

  _r_e_f_w_i_d_g_e_t
	 Specifies the ID of the DragContext widget associated with the	tran-
	 saction

  _a_r_g_l_i_s_tSpecifies the argument	list

  _a_r_g_c_o_u_n_t
	 Specifies the number of attribute/value pairs in the argument list
	 (_a_r_g_l_i_s_t)

  For a	complete definition of DropTransfer and	its associated resources, see
  XXmmDDrrooppTTrraannssffeerr((33XX)).

RETURN VALUE
  Returns the ID of the	DropTransfer widget.

RELATED	INFORMATION
  XXmmDDrraaggCCoonntteexxtt((33XX)), XXmmDDrrooppTTrraannssffeerr((33XX)), and XXmmDDrrooppTTrraannssffeerrAAdddd((33XX)).



















