DXmCSTextSetInsertionPosition(3X) — Subroutines
Digital
NAME
DXmCSTextSetInsertionPosition − Sets the insertion cursor to the specified logical position in the text.
SYNOPSIS
void DXmCSTextSetInsertionPosition(widget, position)
Widget widget;
DXmCSTextPosition position;
DESCRIPTION
The DXmCSTextSetInsertionPosition routine sets the insertion cursor to the specified logical position (indicated by number of characters) in the text.
Arguments
widgetThe identifier (widget ID) of the compound string text widget.
positionThe position of the insertion cursor.
RELATED INFORMATION
DXmCSTextGetInsertionPosition.