XmTextGetLastPosition(3X) — Subroutines
OSF
NAME
XmTextGetLastPosition — a Text function that accesses the position of the last text character
SYNOPSIS
#include <Xm/Text.h> XmTextPosition XmTextGetLastPosition (widget)
Widgetwidget;
DESCRIPTION
XmTextGetLastPosition accesses the position of the last character in the text buffer of the Text widget.
widgetSpecifies 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.