


DXmCSTextSetSelection(3X)			    DXmCSTextSetSelection(3X)



NAME
  DDXXmmCCSSTTeexxttSSeettSSeelleeccttiioonn	- Designates the specified text	as the current pri-
  mary selection by highlighting it in the compound string text	widget.

SYNOPSIS

  vvooiidd DDXXmmCCSSTTeexxttSSeettSSeelleeccttiioonn((_w_i_d_g_e_t,, _f_i_r_s_t,, _l_a_s_t,, _t_i_m_e))
	WWiiddggeett	_w_i_d_g_e_t;;
	DDXXmmCCXXTTeexxttPPoossiittiioonn     _f_i_r_s_t;;
	DDXXmmCCXXTTeexxttPPoossiittiioonn     _l_a_s_t;;
	TTiimmee	_t_i_m_e;;

PARAMETERS

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

  _f_i_r_s_t
      A	value that represents the position of the first	character in the text
      being selected.

  _l_a_s_t
      A	value that represents the position of the last character in the	text
      being selected.

  _t_i_m_e
      Specifies	the time of the	event that generated the call to the
      DDXXmmCCSSTTeexxttSSeettSSeelleeccttiioonn routine.

DESCRIPTION

  The DDXXmmCCSSTTeexxttSSeettSSeelleeccttiioonn routine designates the specified text as the
  current primary selection by highlighting it in the compound string text
  widget.  Within the text window, _f_i_r_s_t marks the position of the first
  character in the text	and _l_a_s_t marks the last	character.  The	field charac-
  ters start at	0 and increase sequentially.

RELATED	INFORMATION

  DDXXmmCCrreeaatteeCCSSTTeexxtt(3X), DDXXmmCCSSTTeexxttCClleeaarrSSeelleeccttiioonn(3X), DDXXmmCCSSTTeexxttGGeettSSeelleeccttiioonn(3X)



















