DwtCSTextSetString(3Dwt) DwtCSTextSetString(3Dwt)
Name
DwtCSTextSetString - Changes the text in the compound-string text widget.
Syntax
void DwtCSTextSetString(widget, value)
Widget widget;
DwtCompString value;
Arguments
widget Specifies the ID of the compound-string text widget.
value Specifies the text that replaces all text in the current compound-string text widget.
Description
The DwtCSTextSetString function completely changes the text in the compound-string text widget.
See Also
DwtCSText(3Dwt), DwtCSTextCreate(3Dwt), DwtCSTextReplace(3Dwt), DwtCSTextGetString(3Dwt), DwtCSTextGetEditable(3Dwt), DwtCSTextSetEd-
itable(3Dwt), DwtCSTextGetMaxLength(3Dwt), DwtCSTextSetMaxLength(3Dwt), DwtCSTextSetSelection(3Dwt), DwtCSTextGetSelection(3Dwt)
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding
DwtCSTextSetString(3Dwt)