[Previous] [Contents] [Index] [Next]

PtTerminalPasteClipboard()

Paste the contents of the clipboard into the terminal

Synopsis:

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

Description:

This function pastes the contents of the clipboard into the terminal's "keyboard" by invoking the Pt_CB_TERM_INPUT callback. The given event is passed to the callback functions. If event isn't NULL, event->input_group also selects the clipboard (see PhClipboardPasteString() in the Photon Library Reference).

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

[Previous] [Contents] [Index] [Next]