|
etInsertionPosition(3X)
Contents
|
DXmCSTextGetInsertionPosition(3XDXmCSTextGetInsertionPosition(3X)
DXmCSTextGetInsertionPosition - Retrieves (returns) the
logical position of the insertion cursor.
DXmCSTextPosition DXmCSTextGetInsertionPosition(
Widget widget );
The identifier (widget ID) of the compound string text
widget.
The DXmCSTextGetInsertionPosition routine retrieves the
logical position of the insertion cursor by returning an
integer that indicates the distance (in number of characters)
between the cursor and the beginning of the text
buffer.
An integer that represents the logical position of the
cursor, by number of characters from the beginning of the
text buffer.
DXmCSTextS
[ Back ] |