DXmCSTextClearSelection(3X) — Subroutines
Digital
NAME
DXmCSTextClearSelection − Clears (cancels) the global selection highlighted in the compound string text widget.
SYNOPSIS
void DXmCSTextClearSelection (widget, time)
Widget widget;
Time time;
DESCRIPTION
The DXmCSTextClearSelection routine clears (cancels) the global selection highlighted in the compound string text widget.
Arguments
widgetThe identifier (widget ID) of the compound string text widget.
timeThe time of the event that generated the call to DXmCSTextClearSelection.
RELATED INFORMATION
DXmCreateCSText, DXmCSTextGetSelection, DXmCSTextSetSelection.