| Click this button to go to the index for this section. |
DXmCSTextCopy(3X)
NAME
DXmCSTextCopy - Copies the currently selected (highlighted) text to the clipboard.SYNOPSIS
Boolean DXmCSTextCopy (widget, time) 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 DXmCSTextCopy.DESCRIPTION
The DXmCSTextCopy function copies the selected (highlighted) text in the compound string text widget 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.RELATED INFORMATION
DXmCreateCSText(3X), DXmCSTextCut(3X), DXmCSTextPaste(3X), DXmCSTextRemove(3X)