


XmTextFieldRemove(3X)					XmTextFieldRemove(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmTTeexxttFFiieellddRReemmoovvee - A	TextField function that	deletes	the primary selection

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dRReemmoovvee ((_w_i_d_g_e_t))
       WWiiddggeett	 _w_i_d_g_e_t;;

DESCRIPTION
  XXmmTTeexxttFFiieellddRReemmoovvee deletes the	primary	selected text.	If there is a selec-
  tion,	this routine also 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yCCaallllbbaacckk or  XXmmNNmmooddiiffyyVVeerr--
  i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lbbaacckk list are executed
  first	and the	resulting data is passed to the	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
  callbacks.

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

  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 or if the
  _w_i_d_g_e_t doesn't own the primary selection.  Otherwise,	it returns True.

RELATED	INFORMATION
  XXmmTTeexxttFFiieelldd((33XX)).




























