Query: dxmcstextgetselection
OS: osf1
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DXmCSTextGetSelection(3X) DXmCSTextGetSelection(3X)NAMEDXmCSTextGetSelection - Retrieves the text selected in the compound string text widget.SYNOPSISXmString DXmCSTextGetSelection( Widget widget );PARAMETERSThe identifier (widget ID) of the compound string text widget.DESCRIPTIONThe 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 VALUESA pointer to the selected text compound string.SEE ALSODXmCreateCSText(3X), DXmCSTextClearSelection(3X), DXmCSTextCopy(3X), DXmCSTextCut(3X), DXmCSTextPaste(3X), DXmCSTextSetSelection(3X) DXmCSTextGetSelection(3X)