]]> ]]> DtEditorSelectAll library call DtEditorSelectAll select all text in a DtEditor widget #include <Dt/Editor.h> Boolean DtEditorSelectAll Widget widget DESCRIPTION The DtEditorSelectAll function selects all text in a DtEditor widget. Any current selection can be programmatically deselected with &cdeman.DtEditorDeselect;. The widget argument specifies the DtEditor widget ID. For a complete definition of the DtEditor widget and its associated resources, see &cdeman.DtEditor;. ]]> RETURN VALUE Upon successful completion, the DtEditorSelectAll function returns True; otherwise, if it is unable to gain ownership of the clipboard selection it returns False. SEE ALSO &cdeman.Dt.Editor.h;, &cdeman.DtEditor;, &cdeman.DtEditorClearSelection;, &cdeman.DtEditorCopyToClipboard;, &cdeman.DtEditorCutToClipboard;, &cdeman.DtEditorDeleteSelection;, &cdeman.DtEditorDeselect;.