


DXmCSTextGetSelectionInfo(3X)			DXmCSTextGetSelectionInfo(3X)



NAME
  DDXXmmCCSSTTeexxttGGeettSSeelleeccttiioonnIInnffoo - Retrieves	(returns) the left and right posi-
  tions	of the currently selected text.

SYNOPSIS

  BBoooolleeaann DDXXmmCCSSTTeexxttGGeettSSeelleeccttiioonnIInnffoo ((_w_i_d_g_e_t,, _l_e_f_t,, _r_i_g_h_t))
	   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  **_l_e_f_t;;
	   DDXXmmCCSSTTeexxttPPoossiittiioonn  **_r_i_g_h_t;;

PARAMETERS

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

  _l_e_f_t
      The left logical position	corresponding to the selected text.

  _r_i_g_h_t
      The right	logical	position corresponding to the selected text.

DESCRIPTION

  The DDXXmmCCSSTTeexxttGGeettSSeelleeccttiioonnIInnffoo	routine, when True, returns the	left and
  right	logical	positions corresponding	to the currently selected
  (highlighted)	text.  If no text is selected, this routine returns False.

RETURN VALUES

  A Boolean value that,	when False, indicates that there is no currently
  selected text; otherwise, the	value is True.



























