


XmTextFieldShowPosition(3X)			  XmTextFieldShowPosition(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmTTeexxttFFiieellddSShhoowwPPoossiittiioonn - A TextField	function that forces text at a given
  position to be displayed

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ShhoowwPPoossiittiioonn ((_w_i_d_g_e_t,	_p_o_s_i_t_i_o_n))
       WWiiddggeett	 _w_i_d_g_e_t;;
       XXmmTTeexxttPPoossiittiioonn_p_o_s_i_t_i_o_n;;

DESCRIPTION
  XXmmTTeexxttFFiieellddSShhoowwPPoossiittiioonn forces text at the specified position	to be
  displayed.  If the XXmmNNaauuttooSShhoowwCCuurrssoorrPPoossiittiioonn resource	is True, the applica-
  tion should also set the insert cursor to this position.

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

  _p_o_s_i_t_i_o_n
	 Specifies the character position to be	displayed.  This is an
	 integer number	of characters from the beginning of the	text buffer.
	 The first character position is 0.

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





























