Index Index for Section 3
Index Alphabetical listing for D

DXmCSTextSetString(3X)

NAME

DXmCSTextSetString - Replaces all the text in the compound string text widget with new text.

SYNOPSIS

void DXmCSTextSetString( Widget widget, XmString value );

PARAMETERS

widget The identifier (widget ID) of the compound string text widget. value The text that replaces all text in the current compound string text widget.

DESCRIPTION

The DXmCSTextSetString routine replaces all the text in the compound string text widget with new text specified by the value parameter.

SEE ALSO

DXmCreateCSText(3X), DXmCSTextGetString(3X)