


XmTextSetSelection(3X)				       XmTextSetSelection(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmTTeexxttSSeettSSeelleeccttiioonn - A Text function that sets the primary selection of the
  text

SYNOPSIS


  ##iinncclluuddee <<XXmm//TTeexxtt..hh>>
  vvooiidd XXmmT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;;
       XXmmTTeexxttPPoossiittiioonn_f_i_r_s_t;;
       XXmmT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;;

DESCRIPTION
  XXmmTTeexxttSSeettSSeelleeccttiioonn sets the primary selection	of the text in the widget.
  It also sets the insertion cursor position to	the last position of the
  selection and	calls the widget's XXmmNNmmoottiioonnVVeerriiffyyCCaallllbbaacckk callbacks.

  _w_i_d_g_e_t Specifies the Text widget ID

  _f_i_r_s_t	 Marks the first character position of the text	to be selected

  _l_a_s_t	 Marks the last	position of the	text to	be selected

  _t_i_m_e	 Specifies the time at which the selection value is desired.  This
	 should	be the same as the time	of the event that triggered this
	 request.

  For a	complete definition of Text and	its associated resources, see
  XXmmTTeexxtt((33XX)).

RELATED	INFORMATION
  XXmmTTeexxtt((33XX)).
























