Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dxmcstextsetaddmode(3x) [osf1 man page]

DXmCSTextSetAddMode(3X) 												   DXmCSTextSetAddMode(3X)

NAME
DXmCSTextSetAddMode - Controls whether the CSText widget is in Add Mode. SYNOPSIS
void DXmCSTextSetAddMode( Widget widget, Boolean state ); PARAMETERS
The identifier (widget ID) of the compound string text widget. A Boolean function that, when True, turns on Add Mode and, when False, turns off Add Mode. DESCRIPTION
The DXmCSTextSetAddMode routine controls whether the CSText widget is in Add Mode, which, when True, allows the user to move the insertion cursor without affecting the primary selection. DXmCSTextSetAddMode(3X)

Check Out this Related Man Page

DtEditorDeselect(library call)											    DtEditorDeselect(library call)

NAME
DtEditorDeselect -- deselect the current selection in a DtEditor widget SYNOPSIS
#include <Dt/Editor.h> Boolean DtEditorDeselect( Widget widget); DESCRIPTION
The DtEditorDeselect function deselects any currently selected text in a DtEditor widget. The entire contents of a DtEditor widget may be selected with DtEditorSelectAll(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 DtEditorDeselect function returns True; otherwise, if the primary selection is NULL, or if the widget does not own the primary selection, it returns False. SEE ALSO
Dt/Editor.h - DtEditor(5), DtEditor(3), DtEditorClearSelection(3), DtEditorCopyToClipboard(3), DtEditorCutToClipboard(3), DtEditorDeleteSe- lection(3), DtEditorSelectAll(3). DtEditorDeselect(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