dxmcstextgetselection(3x) osf1 man page | unix.com

Man Page: dxmcstextgetselection

Operating Environment: osf1

Section: 3x

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
dwtcstextgeteditable(3dwt) - ultrix
dwtcstextsetstring(3dwt) - ultrix
dxmcstextgetselection(3x) - osf1
dxmcstextsetselection(3x) - osf1
dxmcreatescrolledcstext(3x) - osf1
Similar Topics in the Unix Linux Community
c program to extract text between two delimiters from some text file
Ping text file of ip addressese and output to text file
Create multiple text file from a single text file on AIX
Extracting a portion of a data file with identifier
How to find repeated string in a text file