


DXmSvnMapPosition(3X)					DXmSvnMapPosition(3X)



NAME
  DDXXmmSSvvnnMMaappPPoossiittiioonn - Associates the x and y position with an entry number.

SYNOPSIS

  vvooiidd DDXXmmSSvvnnMMaappPPoossiittiioonn ((_w_i_d_g_e_t,, _x,, _y,,	_e_n_t_r_y,, _c_o_m_p__n_u_m_b_e_r,, _t_a_g))
	WWiiddggeett	      _w_i_d_g_e_t;;
	iinntt	      _x;;
	iinntt	      _y;;
	iinntt	      **_e_n_t_r_y;;
	iinntt	      **_c_o_m_p__n_u_m_b_e_r;;
	XXttPPooiinntteerr     **_t_a_g;;

PARAMETERS

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

  _x   An integer that represents the _x position	within the widget's window
      where the	mouse button was pressed or released.

  _y   An integer that represents the _y position	within the widget's window
      where the	mouse button was pressed or released.

  _e_n_t_r_y
      A	pointer	to the entry number.

  _c_o_m_p__n_u_m_b_e_r
      A	pointer	to the component number	within the entry.  If the component
      number is	not needed, a Null pointer may be passed.

  _t_a_g A	pointer	to the application's tag associated with the entry.  If	the
      tag value	is not required	by the application, a Null pointer may be
      passed.

DESCRIPTION

  The DDXXmmSSvvnnMMaappPPoossiittiioonn	routine	uses a supplied	_x and _y	coordinate to deter-
  mine which entry the user was	positioned over	when the mouse button was
  pressed or released.



















