DXmCSTextSetString(3X) — Subroutines
Digital
NAME
DXmCSTextSetString − Replaces all the text in the compound string text widget with new text.
SYNOPSIS
void DXmCSTextSetString(widget, value)
Widget widget;
XmString value;
DESCRIPTION
The DXmCSTextSetString routine replaces all the text in the compound string text widget with new text specified by the value argument.
Arguments
widgetThe identifier (widget ID) of the compound string text widget.
valueThe text that replaces all text in the current compound string text widget.
RELATED INFORMATION
DXmCreateCSText and DXmCSTextGetString.