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

PtTerminalPasteSelection()

Paste the current selection into the terminal

Synopsis:

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

Description:

This function pastes the current selection into the terminal's “keyboard” by invoking the widget's Pt_CB_TERM_INPUT callback. The given event is passed to the callback functions.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtTerminal

PhEvent_t in the Photon Library Reference