


XmTextFieldCopy(3X)					  XmTextFieldCopy(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmTTeexxttFFiieellddCCooppyy - A TextField	function that copies the primary selection to
  the clipboard

SYNOPSIS


  ##iinncclluuddee <<XXmm//TTeexxttFF..hh>>
  BBoooolleeaann XXmmTTeexxttFFiieellddC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tFFiieellddCCooppyy copies the primary selected text to the clipboard.

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

  _t_i_m_e	 Specifies the time at which the selection value is to be modified.
	 This should be	the time of the	event which triggered this request.

  For a	complete definition of TextField and its associated resources, see
  XXmmTTeexxttFFiieelldd((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tFFiieelldd((33XX)).




























