


XmTextFieldSetStringWcs(3X)			  XmTextFieldSetStringWcs(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmTTeexxttFFiieellddSSeettSSttrriinnggWWccss - A TextField	function that sets a wide character
  string value

SYNOPSIS


  ##iinncclluuddee <<XXmm//TTeexxttFF..hh>>
  vvooiidd XXmmTTeexxttFFiieellddSSeettSSttrriinnggWWccss ((_w_i_d_g_e_t,	_w_c_s_t_r_i_n_g))
       WWiiddggeett	 _w_i_d_g_e_t;;
       wwcchhaarr__tt	 **_w_c_s_t_r_i_n_g;;

DESCRIPTION
  XXmmTTeexxttFFiieellddSSeettSSttrriinnggWWccss sets the wide	character string value of the Text-
  Field	widget.	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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.  It also sets the insertion cursor	position to the	beginning of
  the string 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 TextField widget	ID

  _w_c_s_t_r_i_n_g
	 Specifies the wide character string value and places the string into
	 the text edit window

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

RELATED	INFORMATION
  XXmmTTeexxttFFiieelldd((33XX)) and XXmmTTeexxttFFiieellddSSeettSSttrriinngg((33XX)).

























