Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dxmcstextcut(3x) [osf1 man page]

DXmCSTextCut(3X)														  DXmCSTextCut(3X)

NAME
DXmCSTextCut - Deletes the currently selected (highlighted) text after copying it to the clipboard. SYNOPSIS
Boolean DXmCSTextCut( Widget widget, Time time ); PARAMETERS
The identifier (widget ID) of the compound string text widget. The time of the event that generated the call to DXmCSTextCut. DESCRIPTION
The DXmCSTextCut routine deletes the selected text in the compound string text widget after copying the text to the clipboard, returning the success or failure of that operation. RETURN VALUES
A Boolean value that, when True, indicates that the text has been successfully copied to the clipboard and then deleted. SEE ALSO
DXmCreateCSText(3X), DXmCSTextCopy(3X), DXmCSTextPaste(3X), DXmCSTextRemove(3X) DXmCSTextCut(3X)

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

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies