Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PtTerminalCopy()

Copy the current selection to the clipboard

Synopsis:

void PtTerminalCopy( PtWidget_t *widget, 
                     PhEvent_t *event );

Description:

This function copies the current selection in the given PtTerminal widget to the clipboard. The event parameter is used to select the input group; see PhClipboardCopyString() in the Photon Library Reference.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtTerminal

PhEvent_t in the Photon Library Reference