Index Click this button to go to the index for this section.


DXmCSTextGetString(3X)

NAME

DXmCSTextGetString - Retrieves all the text from the compound string text widget.

SYNOPSIS

XmString DXmCSTextGetString(widget) Widget widget;

PARAMETERS

widget The identifier (widget ID) of the compound string text widget.

DESCRIPTION

The DXmCSTextGetString routine retrieves the current compound string from the compound string text widget. The application is responsible for freeing the storage associated with the compound string by calling the Intrinsic routine XtStringFree.

RETURN VALUES

A pointer to a compound string holding all the current text in the compound string text widget.

RELATED INFORMATION

DXmCreateCSText(3X), DXmCSTextReplace(3X), DXmCSTextSetString(3X)