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