DXmCSTextRemove(3X) — Subroutines
Digital
NAME
DXmCSTextRemove − Removes the currently selected (highlighted) text.
SYNOPSIS
Boolean DXmCSTextRemove(widget)
Widget widget
DESCRIPTION
The DXmCSTextRemove routine removes the currently selected (highlighted) text, returning the success or failure of that operation.
Arguments
widgetThe identifier (widget ID) of the compound string text widget.
RETURN VALUES
A Boolean value that, when True, indicates that the text was removed successfully.
RELATED INFORMATION
DXmCreateCSText , DXmCSTextCopy , DXmCSTextCut , and DXmCSTextPaste .