Solaris Common Desktop Environment: Programmer's Guide

Selection Functions

The DtEditor selection functions are described in Table 7-5 .

Table 7-5 DtEditor Selection Functions

Function 

Description 

DtEditorClearSelection

Replaces the currently selected contents with blanks. 

DtEditorCopyToClipboard

Copies the currently selected contents to the clipboard. 

DtEditorCutToClipboard

Removes the currently selected contents, placing then on the clipboard. 

DtEditorDeleteSelection

Removes the currently selected contents. 

DtEditorDeselect

Deselects any selected contents. 

DtEditorPasteFromClipboard

Pastes the contents of the clipboard into an editor widget, replacing any currently selected contents. 

DtEditorSelectAll

Selects the entire contents of an editor widget.