 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DXmCSTextPaste(3X)
NAME
DXmCSTextPaste - Pastes the data from the clipboard into the text at the
current cursor position.
SYNOPSIS
Boolean DXmCSTextPaste(
Widget widget );
PARAMETERS
widget
The identifier (widget ID) of the compound string text 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.
RETURN VALUES
A Boolean value that, when True, indicates that the data was pasted
successfully from the clipboard into the text.
SEE ALSO
DXmCreateCSText(3X), DXmCSTextCopy(3X), DXmCSTextCut(3X),
DXmCSTextRemove(3X)
 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|