


XmTextCopy(3X)						       XmTextCopy(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmTTeexxttCCooppyy - A Text function that copies the primary selection to the	clip-
  board

SYNOPSIS


  ##iinncclluuddee <<XXmm//TTeexxtt..hh>>
  BBoooolleeaann XXmmTTeexxttCCooppyy ((_w_i_d_g_e_t, _t_i_m_e))
       WWiiddggeett	 _w_i_d_g_e_t;;
       TTiimmee	 _t_i_m_e;;

DESCRIPTION
  XXmmTTeexxttCCooppyy copies the	primary	selected text to the clipboard.

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

  _t_i_m_e	 Specifies the server time at which the	selection value	is to be
	 modified.  This should	be the time of the event which triggered this
	 request.  One source of a valid time stamp is the function XXttLLaasstt--
	 TTiimmeessttaammppPPrroocceesssseedd(()).

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

RETURN VALUE
  This function	returns	False if the primary selection is NULL,	if the _w_i_d_g_e_t
  doesn't own the primary selection, or	if the function	is unable to gain
  ownership of the clipboard selection.	 Otherwise, it returns True.

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


























