 |
Index for Section 3 |
|
 |
Alphabetical listing for D |
|
DXmCSTextCut(3X)
NAME
DXmCSTextCut - Deletes the currently selected (highlighted) text after
copying it to the clipboard.
SYNOPSIS
Boolean DXmCSTextCut(
Widget widget,
Time time );
PARAMETERS
widget
The identifier (widget ID) of the compound string text widget.
time
The time of the event that generated the call to DXmCSTextCut.
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.
RETURN VALUES
A Boolean value that, when True, indicates that the text has been
successfully copied to the clipboard and then deleted.
SEE ALSO
DXmCreateCSText(3X), DXmCSTextCopy(3X), DXmCSTextPaste(3X),
DXmCSTextRemove(3X)