|
DXmCSTextCut(3X)
Contents
|
DXmCSTextCut - Deletes the currently selected (highlighted)
text after copying it to the clipboard.
Boolean DXmCSTextCut(
Widget widget,
Time time );
The identifier (widget ID) of the compound string text
widget. The time of the event that generated the call to
DXmCSTextCut.
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.
A Boolean value that, when True, indicates that the text
has been successfully copied to the clipboard and then
deleted.
DXmCreateCSText(3X), DXmCSTextCopy(3X), DXmCSTextPaste(3X), DXmCSTextRemove(3X)
DXmCSTextCut(3X)
[ Back ] |