| Click this button to go to the index for this section. |
DXmCSTextRemove(3X)
NAME
DXmCSTextRemove - Removes the currently selected (highlighted) text.SYNOPSIS
Boolean DXmCSTextRemove(widget) Widget widget;PARAMETERS
widget The identifier (widget ID) of the compound string text widget.DESCRIPTION
The DXmCSTextRemove routine removes the currently selected (highlighted) text, returning the success or failure of that operation.RETURN VALUES
A Boolean value that, when True, indicates that the text was removed successfully.RELATED INFORMATION
DXmCreateCSText(3X), DXmCSTextCopy(3X), DXmCSTextCut(3X), DXmCSTextPaste(3X)