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