hpux man page for dteditorgetlastposition

Query: dteditorgetlastposition

OS: hpux

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DtEditorGetLastPosition(library call)									     DtEditorGetLastPosition(library call)

NAME
DtEditorGetLastPosition -- retrieve the position of the last character in a DtEditor widget
SYNOPSIS
#include <Dt/Editor.h> XmTextPosition DtEditorGetLastPosition( Widget widget);
DESCRIPTION
The DtEditorGetLastPosition function accesses the last text position in the DtEditor widget. The position is an integer number of charac- ters from the beginning of the widget's buffer. Any text added to the end of the buffer is added after this position. The first character position is zero. The last character position is equal to the number of characters contained in the widget. The widget argument specifies the DtEditor widget ID. For a complete definition of the DtEditor widget and its associated resources, see DtEditor(3).
RETURN VALUE
Upon successful completion, the DtEditorGetLastPosition function returns an XmTextPosition value that indicates the last position in the text; otherwise, it returns NULL.
APPLICATION USAGE
The position information is given in terms of characters, which may differ from the byte position when multi-byte code sets are in use.
SEE ALSO
Dt/Editor.h - DtEditor(5), DtEditor(3), DtEditorGetInsertionPosition(3), DtEditorSetInsertionPosition(3). DtEditorGetLastPosition(library call)
Related Man Pages
dteditorclearselection(3) - hpux
dteditorcopytoclipboard(3) - hpux
dteditorgotoline(3) - hpux
dteditorreplacefromfile(3) - hpux
dteditorselectall(3) - hpux
Similar Topics in the Unix Linux Community
Swop postions of characters in a file name
Replacing a position in a file
Deleting all characters from 350th character to 450th character from the log file
Add characters at specific position in file
Change a character based on its position number