


XmTextFieldCut(3X)					   XmTextFieldCut(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmTTeexxttFFiieellddCCuutt - A TextField function	that copies the	primary	selection to
  the clipboard	and deletes the	selected text

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Cuutt ((_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Cuutt copies	the primary selected text to the clipboard and then
  deletes the primary selected text.  This routine calls the widget's
  XXmmNNvvaalluueeCChhaannggeeddCCaallllbbaacckk and verification callbacks, either XXmmNNmmooddiiffyyVVeerriiffyy--
  CCaallllbbaacckk or XXmmNNmmooddiiffyyVVeerriiffyyCCaallllbbaacckkWWccss, or both.  If both verification
  callback lists are registered, the procedures	of the XXmmNNmmooddiiffyyVVeerriiffyyCCaallll--
  bbaacckk list are	executed first and the resulting data is passed	to the XXmmNNmmoo--
  ddiiffyyVVeerriiffyyCCaallllbbaacckkWWccss	callbacks.

  _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)).






















