


DXmCSTextPosToXY(3X)					 DXmCSTextPosToXY(3X)



NAME
  DDXXmmCCSSTTeexxttPPoossTTooXXYY - Retrieves (returns) the x and y position of a specified
  character in the text.

SYNOPSIS

  BBoooolleeaann DDXXmmCCSSTTeexxttPPoossTTooXXYY((_w_i_d_g_e_t,, _p_o_s_i_t_i_o_n,, _x,,	_y))
	   WWiiddggeett	      _w_i_d_g_e_t;;
	   DDXXmmCCSSTTeexxttPPoossiittiioonn  _p_o_s_i_t_i_o_n;;
	   PPoossiittiioonn	      **_x;;
	   PPoossiittiioonn	      **_y;;

PARAMETERS

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

  _p_o_s_i_t_i_o_n
      Specifies	the position in	the text of the	character for which the	_x and
      _y	coordinates will be returned.

  _x   A	pointer	to the _x coordinate relative to	the upper left corner of the
      widget. (Valid only when the routine returns True.)

  _y   A	pointer	to the _y coordinate relative to	the upper left corner of the
      widget. (Valid only when the routine returns True.)

DESCRIPTION

  The DDXXmmCCSSTTeexxttPPoossTTooXXYY routine converts	the logical position of	a specified
  character in the text	to the corresponding _x and _y coordinates.

RETURN VALUES

  A Boolean function that, when	True, returns the _x and	_y position of the
  character in text. When False, no _x and _y position is	returned.

RELATED	INFORMATION

  DDXXmmCCSSTTeexxttXXYYTTooPPooss(3X)



















