osf1 man page for dxmcstextgetselection

Query: dxmcstextgetselection

OS: osf1

Section: 3x

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DXmCSTextGetSelection(3X)												 DXmCSTextGetSelection(3X)

NAME
DXmCSTextGetSelection - Retrieves the text selected in the compound string text widget.
SYNOPSIS
XmString DXmCSTextGetSelection( Widget widget );
PARAMETERS
The identifier (widget ID) of the compound string text widget.
DESCRIPTION
The DXmCSTextGetSelection routine retrieves the text selected (highlighted) in the compound string 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 text by calling the Intrinsic routine XtStringFree.
RETURN VALUES
A pointer to the selected text compound string.
SEE ALSO
DXmCreateCSText(3X), DXmCSTextClearSelection(3X), DXmCSTextCopy(3X), DXmCSTextCut(3X), DXmCSTextPaste(3X), DXmCSTextSetSelection(3X) DXmCSTextGetSelection(3X)
Related Man Pages
dwtcstextgetselection(3dwt) - ultrix
dwtcstextreplace(3dwt) - ultrix
dwtcstextsetmaxlength(3dwt) - ultrix
dwtcstextsetselection(3dwt) - ultrix
dxmcstextreplace(3x) - osf1
Similar Topics in the Unix Linux Community
Finding out if there is text in a file.
c program to extract text between two delimiters from some text file
remove specific lines from flat file using perl
Reading frm text file
How to insert string at particular 4th line in text file