DXmCSTextPaste(3X) — Subroutines
Digital
NAME
DXmCSTextPaste − Pastes the data from the clipboard into the text at the current cursor position.
SYNOPSIS
Boolean DXmCSTextPaste(widget)
Widget widget
DESCRIPTION
The DXmCSTextPaste routine pastes the data from the clipboard into the text at the current cursor position, returning the success or failure of that operation.
Arguments
widgetThe identifier (widget ID) of the compound string text widget.
RETURN VALUES
A Boolean value that, when True, indicates that the data was pasted successfully from the clipboard into the text.
RELATED INFORMATION
DXmCreateCSText , DXmCSTextCopy , DXmCSTextCut , and DXmCSTextRemove.