|
DXmCSTextSetString(3X)
Contents
|
DXmCSTextSetString - Replaces all the text in the compound
string text widget with new text.
void DXmCSTextSetString(
Widget widget,
XmString value );
The identifier (widget ID) of the compound string text
widget. The text that replaces all text in the current
compound string text widget.
The DXmCSTextSetString routine replaces all the text in
the compound string text widget with new text specified by
the value parameter.
DXmCreateCSText(3X), DXmCSTextGetString(3X)
DXmCSTextSetString(3X)
[ Back ] |