|
DXmCSTextPaste(3X)
Contents
|
DXmCSTextPaste - Pastes the data from the clipboard into
the text at the current cursor position.
Boolean DXmCSTextPaste(
Widget widget );
The identifier (widget ID) of the compound string text
widget.
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.
A Boolean value that, when True, indicates that the data
was pasted successfully from the clipboard into the text.
DXmCreateCSText(3X), DXmCSTextCopy(3X), DXmCSTextCut(3X),
DXmCSTextRemove(3X)
DXmCSTextPaste(3X)
[ Back ] |