Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dteditorselectall(3) [hpux man page]

DtEditorSelectAll(library call) 										   DtEditorSelectAll(library call)

NAME
DtEditorSelectAll -- select all text in a DtEditor widget SYNOPSIS
#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 DtEdi- torDeselect(3). The widget argument specifies the DtEditor widget ID. For a complete definition of the DtEditor widget and its associated resources, see DtEditor(3). 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
Dt/Editor.h - DtEditor(5), DtEditor(3), DtEditorClearSelection(3), DtEditorCopyToClipboard(3), DtEditorCutToClipboard(3), DtEditorDeleteSe- lection(3), DtEditorDeselect(3). DtEditorSelectAll(library call)

Check Out this Related Man Page

DtEditorCopyToClipboard(library call)									     DtEditorCopyToClipboard(library call)

NAME
DtEditorCopyToClipboard -- copy the primary selection in a DtEditor widget to the clipboard SYNOPSIS
#include <Dt/Editor.h> Boolean DtEditorCopyToClipboard( Widget widget); DESCRIPTION
The DtEditorCopyToClipboard function copies to the clipboard the currently selected text in the DtEditor widget specified by the widget argument. Text can be selected and deselect programmatically with DtEditorSelectAll(3) and DtEditorDeselect(3). The widget argument specifies the DtEditor widget ID. For a complete definition of the DtEditor widget and its associated resources, see DtEditor(3). RETURN VALUE
Upon successful completion, the DtEditorCopyToClipboard function returns True; otherwise, if the primary selection is NULL, or if the wid- get does not own the primary selection, or if the function is unable to gain ownership of the clipboard selection, it returns False. SEE ALSO
Dt/Editor.h - DtEditor(5), DtEditor(3), DtEditorClearSelection(3), DtEditorCutToClipboard(3), DtEditorDeleteSelection(3), DtEditorDese- lect(3), DtEditorPasteFromClipboard(3), DtEditorSelectAll(3), DtEditorUndoEdit(3). DtEditorCopyToClipboard(library call)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Select ALL in VI Editor

Hi all, How can i select all and copy text in VI Editor. Rakesh Gupta (22 Replies)
Discussion started by: rakish
22 Replies

2. Solaris

Epic Editor was not able to obtain a license for your use. Feature Epic Editor :Licen

Epic Editor was not able to obtain a license for your use. Feature Epic Editor :License server is down (1 Reply)
Discussion started by: durgaprasadr13
1 Replies

3. What is on Your Mind?

Small bug in the Quick Editor function in postbit

Hey, There was a small bug in the Quick Editor function in postbit, but I fixed it (basically a double quote was missing from an element id): <div id="post_message_$post" class="neo-message-area">$post</div> Was <div id="post_message_$post class="neo-message-area">$post</div> Should... (1 Reply)
Discussion started by: Neo
1 Replies