


XmTextGetLastPosition(3X)			    XmTextGetLastPosition(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmTTeexxttGGeettLLaassttPPoossiittiioonn	- A Text function that accesses	the last position in
  the text

SYNOPSIS


  ##iinncclluuddee <<XXmm//TTeexxtt..hh>>
  XXmmTTeexxttPPoossiittiioonn XXmmTTeexxttGGeettLLaassttPPoossiittiioonn ((_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tGGeettLLaassttPPoossiittiioonn	accesses the last position in the text buffer of the
  Text widget.	This is	an integer number of characters	from the beginning of
  the buffer, and represents the position following which text that is added
  to the end of	the buffer is placed.  The first character position is 0.
  The last character position is equal to the number of	characters in the
  text buffer.

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

  For a	complete definition of Text and	its associated resources, see
  XXmmTTeexxtt((33XX)).

RETURN VALUE
  Returns an XmTextPosition value that indicates the last position in the
  text buffer.

RELATED	INFORMATION
  XXmmTTeexxtt((33XX)).




























