


XmTextFieldGetString(3X)			     XmTextFieldGetString(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmTTeexxttFFiieellddGGeettSSttrriinngg - A TextField function that accesses the	string value

SYNOPSIS


  ##iinncclluuddee <<XXmm//TTeexxttFF..hh>>
  cchhaarr ** XXmmTTeexxttFFiieellddGGeettSSttrriinngg ((_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dGGeettSSttrriinngg accesses	the string value of the	TextField widget.
  The application is responsible for freeing the storage associated with the
  string by calling XXttFFrreeee.

  _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
  Returns a character pointer to the string value of the TextField widget.
  Returns an empty string if the length	of the TextField widget's string is
  0.

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dGGeettSSttrriinnggWWccss((33XX)).































