OlTextEditGetLastPosition(3W) UNIX System V OlTextEditGetLastPosition(3W)
NAME
OlTextEditGetLastPosition
SYNOPSIS
#include <buffutil.h>
#include <textbuff.h>
#include <TextEdit.h>
...
extern Boolean OlTextEditGetLastPosition(ctx, position)
TextEditWidget ctx;
TextPosition * position;
DESCRIPTION
The OlTextEditGetLastPosition function is used to retrieve the position
of the last character in the TextBuffer associated with the TextEdit
widget ctx.
RETURN VALUE
FALSE is returned if the widget supplied is not a TextEdit Widget;
otherwise TRUE is returned.
SEE ALSO
OlTextEditGetCursorPosition(3W), TextEdit Widget
10/89 Page 1