XmTextGetLastPosition(3X) UNIX System V XmTextGetLastPosition(3X)
NAME
XmTextGetLastPosition - a Text function that accesses the position of the
last text character
SYNOPSIS
#include <Xm/Text.h>
XmTextPosition XmTextGetLastPosition (widget)
Widget widget;
DESCRIPTION
XmTextGetLastPosition accesses the position of the last character in the
text buffer of the Text widget.
widget Specifies the Text widget ID
For a complete definition of Text and its associated resources, see
XmText(3X).
RETURN VALUE
Returns an XmTextPosition value that indicates the position of the last
character in the text buffer. This is an integer number of characters
from the beginning of the buffer. The first character position is 0.
RELATED INFORMATION
XmText(3X).
10/89 Page 1