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

DtEditorCutToClipboard(library call)									      DtEditorCutToClipboard(library call)

NAME
DtEditorCutToClipboard -- copy the primary selection in a DtEditor widget to the clipboard and delete the selected text SYNOPSIS
#include <Dt/Editor.h> Boolean DtEditorCutToClipboard( Widget widget); DESCRIPTION
The DtEditorCutToClipboard function copies the primary selected text in the DtEditor widget, specified by the widget, argument to the clip- board and then deletes the primary selected text. Text can be selected and deselected programmatically with DtEditorSelectAll(3) and DtEd- itorDeselect(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 DtEditorCutToClipboard function returns True; otherwise, if the primary selection is NULL, or if the widget doesn't 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), DtEditorCopyToClipboard(3), DtEditorDeleteSelection(3), DtEditorDese- lect(3), DtEditorPasteFromClipboard(3), DtEditorSelectAll(3), DtEditorUndoEdit(3). DtEditorCutToClipboard(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