OlTextEditGetLastPosition(3W) — MISC REFERENCE MANUAL PAGES
NAME
OlTextEditGetLastPosition
SYNOPSIS
#include <buffutil.h>
#include <textbuff.h>
#include <Dynamic.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(3), TextEdit Widget
3/29/90 — Last change: