Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dxmcstextremove(3x) [osf1 man page]

DXmCSTextRemove(3X)													       DXmCSTextRemove(3X)

NAME
DXmCSTextRemove - Removes the currently selected (highlighted) text. SYNOPSIS
Boolean DXmCSTextRemove( Widget widget ); PARAMETERS
The identifier (widget ID) of the compound string text widget. DESCRIPTION
The DXmCSTextRemove routine removes the currently selected (highlighted) text, returning the success or failure of that operation. RETURN VALUES
A Boolean value that, when True, indicates that the text was removed successfully. SEE ALSO
DXmCreateCSText(3X), DXmCSTextCopy(3X), DXmCSTextCut(3X), DXmCSTextPaste(3X) DXmCSTextRemove(3X)

Check Out this Related Man Page

DwtSTextGetSelection(3Dwt)												DwtSTextGetSelection(3Dwt)

Name
       DwtSTextGetSelection - Retrieves the global selection, if any, currently highlighted in the simple text widget.

Syntax
	    char *DwtSTextGetSelection(widget)
	    Widget widget;

Arguments
       widget	 Specifies the widget ID.

Description
       The DwtSTextGetSelection function retrieves the text currently highlighted (selected) in the simple text widget.  It returns a NULL-pointer
       if no text is selected in the widget.  The application is responsible for freeing the storage associated with the string by calling XtFree.

Return Values
       This function returns the text currently highlighted on the screen.

See Also
       DwtSText(3Dwt), DwtSTextGetString(3Dwt), DwtSTextSetEditable(3Dwt),  DwtSTextGetMaxLength(3Dwt),  DwtSTextGetMaxLength(3Dwt),  DwtS-
       TextSetSelection(3Dwt), DwtSTextClearSelection(3Dwt)
       Guide to the XUI Toolkit: C Language Binding
       Guide to the XUI Toolkit Intrinsics: C Language Binding

															DwtSTextGetSelection(3Dwt)
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