DXmCSTextGetLastPosition(3X) — Subroutines
Digital
NAME
DXmCSTextGetLastPosition − Retrieves (returns) the logical position of the last character in the text.
SYNOPSIS
DXmCSTextPosition DXmCSTextGetLastPosition(widget)
Widget widget;
DESCRIPTION
The DXmCSTextGetLastPosition routine retrieves the logical position of the last character in the text by returning an integer. The position may correspond to a line feed.
Arguments
widgetThe identifier (widget ID) of the compound string text widget.
RETURN VALUES
An integer that represents the logical position of the last character in the text buffer.