DXmCSTextCut(3X) — Subroutines
Digital
NAME
DXmCSTextCut − Deletes the currently selected (highlighted) text after copying it to the clipboard.
SYNOPSIS
Boolean DXmCSTextCut (widget, time)
Widget widget;
Time time;
DESCRIPTION
The DXmCSTextCut routine deletes the selected text in the compound string text widget after copying the text to the clipboard, returning the success or failure of that operation.
widgetThe identifier (widget ID) of the compound string text widget.
timeThe time of the event that generated the call to DXmCSTextCut.
RETURN VALUES
A Boolean value that, when True, indicates that the text has been successfully copied to the clipboard and then deleted.
RELATED INFORMATION
DXmCreateCSText, DXmCSTextCopy, DXmCSTextPaste, and DXmCSTextRemove.