|
DXmCSTextGetLastPosition(3X)
Contents
|
DXmCSTextGetLastPosition - Retrieves (returns) the logical
position of the last character in the text.
DXmCSTextPosition DXmCSTextGetLastPosition(
Widget widget );
The identifier (widget ID) of the compound string text
widget.
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.
An integer that represents the logical position of the
last character in the text buffer.
DXmCSTextGetLastPosition(3X)
[ Back ] |